.common_hero_section{
    height: 80px;
    background-image: url(/images/common/common-hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common_hero_section h3{
    color: var(--secondary-color);
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: normal; 
}

/* common hero section top */

@media screen and (min-width:992px) {
    .common_hero_section_top .container{
        max-width: 974px;
        padding: 0;
    }
}
.common_hero_section_top .common_hero_section_img{
    background-image: url(/images/common/header-reviews.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 424px;
    border-radius: 3px;
    width: 724px;
}

#about-section .common_hero_section_top .common_hero_section_img{
    background-image: url(/images/common/header-about.jpg);
}

#about-section .common_hero_section_top .common_hero_section_text .common_btn,
#mobility-section .common_hero_section_top .common_hero_section_text .common_btn{
    margin-top:55px ;
}

#mobility-section .common_hero_section_top .common_hero_section_img{
    background-image: url(/images/common/header-mobility.jpg);
}

.common_hero_section_top.finance .common_hero_section_img{
    background-image: url(/images/common/header-finance.jpg);
}

.common_hero_section_top .common_hero_section_text{
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.93) 22.42%, #F5F5F5 80.17%);
    width: 400px;
    padding: 30px 0 32px 40px;
    position: relative;
    top:65px;
    z-index: 1;
    height: 295px;
}

.common_hero_section_top .common_hero_section_text ul li{
    color: var(--primary-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: -0.32px;
}

.common_hero_section_top .common_hero_section_text ul li::before{
    content: url(/images/common/icon-list.svg);
    margin-right: 7px;
}

.common_hero_section_top .common_hero_section_text ul{
    list-style-type: none;
}

.common_hero_section_top .common_hero_section_text h4{
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 0;
    padding: 0;
}

.common_hero_section_top .common_hero_section_text h3{
    color: #2F9AD6;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    margin-bottom: 24px;
}

.common_hero_section_top .common_hero_section_text p{
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; 
    letter-spacing: -0.32px;
    margin-bottom: 0;
}

.common_hero_section_top .common_hero_section_text .common_btn{
    margin-top: 33px;
    width: 205px;
    height: 47px;
    border-radius: 3px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px; 
    padding: 9px;
    text-transform: uppercase;
}

.common_hero_section_top .container{
   display: grid;
   grid-template-columns: 26% 74%;
   margin-top: 50px;
}

@media screen and (min-width:991px) and (max-width:1199px) {
    .common_hero_section_top .common_hero_section_img{
        width: 682px;
    }
}

@media screen and (max-width:991px) {
    .common_hero_section_top .container {
        display: grid;
        grid-template-columns:100%;
        margin-top: 50px;
        grid-gap: 20px;
        margin-top: 30px;
    }
    .common_hero_section_top .common_hero_section_text{
        position: unset;
        margin: auto;
    }
    .common_hero_section_top .common_hero_section_img{
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    .common_hero_section h3{
        font-size: 24px;
        line-height: 28px;
    }
    .common_hero_section_top .common_hero_section_text{
        width: 100%;
        padding: 20px 0 20px 25px;
        height: auto;
    }
    .common_hero_section_top .common_hero_section_img{
        height: 250px;
    }
    .common_hero_section_top .common_hero_section_text p {
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        width: 285px;
    }
    .common_hero_section_top .common_hero_section_text ul li{
        font-size: 14px;
    }
    .common_hero_section_top.finance .common_hero_section_text{
        padding: 20px 0 20px 15px;
    }
}