.how-section1{
    margin-top:-15%;
    padding: 10%;
}
.how-section1 h4{
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img
{
    text-align: center;
}
.how-img img{
    width: 80%;
}

.rcb-bg {
    min-height: auto;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;

    /*background-image: url("../static/images/renault-megane-sport2.jpg");*/
    background-image: url("https://res.cloudinary.com/renaultclubbulgaria/image/upload/v1554644914/tpjcagwvevfjqivtmjqf.jpg");
}

.info-content-inner {
    padding: 25px 35px;
    color: #FFFFFF;
    background: rgba(0,0,0,0.6);
}

/** WHAT WE DO SECTION STYLES **/
section.service-section{
    padding: 60px 0;
}
section .section-title{
    text-align:center;
    color:#b78c33;
    margin-bottom:50px;
    text-transform:uppercase;
}
#what-we-do{
    background:#ffffff;
}
#what-we-do .card-service-section{
    padding: 1rem!important;
    border: none;
    margin-bottom:1rem;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#what-we-do .card-service-section:hover{
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card-service-section .card-block{
    padding-left: 50px;
    position: relative;
}
#what-we-do .card-service-section .card-block a{
    color: #b78c33 !important;
    font-weight:700;
    text-decoration:none;
}
#what-we-do .card-service-section .card-block a i{
    display:none;

}
#what-we-do .card-service-section:hover .card-block a i{
    display:inline-block;
    font-weight:700;

}
#what-we-do .card-service-section .card-block:before{
    font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #b78c33;
    left: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card-service-section .block-1:before{
    content: "\1F3C1";
}
#what-we-do .card-service-section .block-2:before{
    content: "\1f4c5";
}
#what-we-do .card-service-section .block-3:before{
    content: "\1f491";
}
#what-we-do .card-service-section .block-4:before{
    content: "\1f698";
}
#what-we-do .card-service-section .block-5:before{
    content: "\1f4dd";
}
#what-we-do .card-service-section .block-6:before{
    content: "\1f37b";
}
#what-we-do .card-service-section:hover .card-block:before{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}