.common_hero_section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 385px;
    padding-top: 84px;
    padding-left: 7.0%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#cashforcars .common_hero_section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 385px;
    padding-top: 84px;
    padding-left: 7.0%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 7.2%;
}

.common_hero_section.finance {
    background-image: url(/images/common/header-finance.jpg);
}
.common_hero_section.ev-info {
    background-image: url(/images/common/ev-header.jpg);
}
#team-section .common_hero_section {
    background-image: url(/images/common/header-team.jpg);
}

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

#servicing-page .common_hero_section {
    background-image: url(/images/common/servicing-header.jpg);
}

#reviews .common_hero_section {
    background-image: url(/images/common/header-reviews.jpg);
}

.common_hero_section.aftersales {
    background-image: url(/images/common/header-service.jpg);
}

#about .common_hero_section.vw_fleet {
    background-image: url(/images/common/header-fleet.jpg);
}

#contactus .common_hero_section {
    background-image: url(/images/common/header-contact.jpg);
}
.common-hero-content {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.80);
    width: 432px;
    min-height: 216px;
  padding: 29px 38px 33px 52px;
}
#contactus .common_hero_section p{
    margin-left: 2px !important;
}
#contactus .common-hero-content {
    padding: 29px 38px 33px 48px !important;
}

.common_hero_section .right-content {
    background: rgba(0, 0, 0, 0.70);
    display: flex;
    width: 670px;
    height: auto;
    padding: 26px 34px 36px 28px;
    gap: 36px;
    margin-top: 23px;
}
@media screen and (min-width:991px) and (max-width:1499px) {
    #cashforcars .common_hero_section{
        padding-right: 4%;
    }
}
@media screen and (max-width:1299px) {
    .common_hero_section .right-content {
        background: rgba(0, 0, 0, 0.70);
        display: flex;
        flex-wrap: wrap-reverse;
        height: auto;
        padding: 26px 34px 36px 28px;
        gap: 20px;
        margin-top: 0;
        margin-bottom: 30px;
    }

    #cashforcars .common_hero_section {
        gap: 30px;
        flex-direction: column;
        height: auto;
    }

    .common_hero_section .right-content h3 {
        margin-bottom: 15px;
    }
    .common_hero_section .right-content h3{
        margin-bottom: 8px;
    }
}

.common_hero_section .common-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--header-font);
    border: none;
    border-radius: 2px;
    font-size: 16px;
    font-weight:600;
    line-height: 18px;
    text-align: center;
    color: var(--white);
    padding: 19px 0;
    position: relative;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    width: 329px;
    height: 60px;
    background: var(--button-color);
    box-shadow: unset;
    border: none;
    letter-spacing: 0.48px;
}



.common_hero_section p {
     font-family: var(--body-font);
    font-size: 18px;
     color: var(--primary-color);
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-left: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.common_hero_section h3 {
   text-align: left;
    color: var(--primary-color);
    font-family: var(--body-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 10px;
}
#reviews .common_hero_section p {
 text-transform: none !important;
}
.finance.common_hero_section h3 {
    color: var(--secondary-color);
    font-family: var(--header-font);
    margin-bottom: 10px !important;
}
    @media screen and (max-width:767px) {
        .common-hero-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 30px 15px;
        }

        .common_hero_section {
            padding-left: 4%;
            padding-right: 4%;
            height: 280px;
            padding-top: 30px;justify-content: center;
        }

        .common_hero_section .common-btn {
            width: 270px;
        }

        .common_hero_section h3 {
            font-size: 26px;
            margin-bottom: 5px;
        }

        .common_hero_section p {
            font-size: 16px;
            margin-bottom: 13px;
        }
        .common_hero_section .right-content {
            background: rgba(0, 0, 0, 0.70);
            display: flex;
            flex-wrap: wrap-reverse;
            height: auto;
            padding: 26px 20px 36px 20px;
            gap: 20px;
            margin-top: 0;
            margin-bottom: 50px;
            width: 100%;
            text-align: center;
            align-items: center;
            justify-content: center;
        }
    
        #cashforcars .common_hero_section {
            gap: 30px;
            flex-direction: column;
            height: auto;
            padding-top: 50px;
        }
    
        .common_hero_section .right-content h3 {
            margin-bottom: 8px;
            text-align: center;
            font-size: 18px;
        }
        .common_hero_section .right-content p{
            font-size: 14px;
        }
    }
    
 @media screen and (max-width:500px) {
        .common-hero-content {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 30px 15px;
        }
    }
    @media screen and (max-width:360px) {
        .common_hero_section p {
            font-size:15px;
            line-height: 19px;
            margin-bottom: 18px;
        }

        .common_hero_section .common-btn {
            width: 220px;
        }
    }