.common_hero_section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 385px;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
    padding-left: 7%;
    color: var(--primary-color);
}
@media screen and (min-width:768px) and (max-width:1199px) {
    .common_hero_section {
        padding-left: 7%;
    }
    .common_hero_section .about-awards-wrapper {
        right: 4% !important;
    }
}

#contactus .common_hero_section {
    background-image: url(/images/common/header-contact.jpg);
}
#servicing-page .common_hero_section {
    background-image: url(/images/common/header-servicing.jpg);
}
.common_hero_section.finance {
    background-image: url(/images/common/header-finance.jpg);
}
#team-section .common_hero_section {
    background-image: url(/images/common/header-team.jpg);
}
#reviews .common_hero_section {
    background-image: url(/images/common/header-reviews.jpg);
}

#about .common_hero_section {
    background-image: url(/images/common/header-about.jpg);
    position: relative;
}
#about .common_hero_section .about-awards-wrapper{
    border-radius: 20px;
    background: #131A2D;
    width: 407px;
    height: 217px;
    padding: 22px 54px 31px 45px;
    position: absolute;
    right: 148px;
    top: 70px;
}
.common_hero_section .common-hero-content {
    width: 432px;
    padding: 29px 49px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.80);
    min-height: 216px;
    padding-right: 0;
}
.common_hero_section .common-btn {
    font-size: 16px;
    font-weight: 700;
    line-height: unset;
    text-align: center;
    color: var(--white);
    padding: 16px;
    text-transform: uppercase;
    width: 329px;
    height: 55px;
    border-radius: 5px;
    border: none;
    background: var(--button-color);
    letter-spacing: 0.64px;
}
.common_hero_section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-left: 2px;
    text-transform: none;
    margin-bottom: 19px;
    color: var(--black-color);
}
.common_hero_section h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
    .common_hero_section .common-hero-content {
        text-align: center;
        width: 100%;
        max-width: 400px;
        padding-inline:20px ;
        min-height: auto;
    }
    .common_hero_section {
        height: 270px;
        padding-inline: 15px;
        justify-content: center;
    }
    .common_hero_section h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .common_hero_section p {
        font-size: 16px;
        margin-bottom: 13px;
        line-height: 19px;
        margin-inline: 0;
    }
    .common_hero_section .common-btn {
        width: 100%;
    }
}

/* cashforcars common hero start */

.common_hero_section.cashforcars {
    justify-content: space-between;
    align-items: start;
    padding-top: 84px;
    padding-right: 143px;
    gap: 30px;
    background-image: url(/images/common/header-cashforcars.jpg);
}

.common_hero_section.cashforcars .right-content h3 {
   font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 11px;
    text-transform: none;
    text-align: left;
    color: var(--white);
}

.common_hero_section.cashforcars .right-content p {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: var(--white);
    margin-left: -4px;
    margin-bottom: 0;
    text-transform: none;
}

.common_hero_section.cashforcars .right-content {
    display: flex;
    width: 664px;
    min-height: 168px;
    gap: 29px;
    padding: 26px 45px 40px 44px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.70);
}

@media screen and (min-width:991px) and (max-width:1600px) {
    .common_hero_section.cashforcars {
        padding-right: 6%;
        padding-left: 6%;
    }
}

@media screen and (min-width:1200px) and (max-width:1300px) {
    .common_hero_section.cashforcars .right-content{
        padding-left: 30px;
    }
}
@media screen and (min-width:768px) and (max-width:1200px) {
    .common_hero_section.cashforcars {
        flex-direction: column;
        height: auto;
        padding-bottom: 50px;
        padding-top: 50px;
        gap: 20px;
    }
}
@media screen and (min-width:768px) and (max-width:992px) {
    .common_hero_section.cashforcars{
        padding-inline:4% ;
    }
    #team-section .common_hero_section {
        height: 250px;
    }
}
@media screen and (max-width: 992px) {
    #about .common_hero_section .about-awards-wrapper{
        position: unset;
    }
    #about .common_hero_section {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 30px 15px;
    }
}

@media screen and (max-width:767px) {
    .common_hero_section.cashforcars {
        flex-direction: column;
        height: auto;
        padding-bottom: 30px;
        gap: 20px;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    
    .common_hero_section.cashforcars .right-content {
        width: 100%;
        gap: 20px;
        padding: 30px 25px;
        margin-bottom: 10px;
        flex-direction: column-reverse;
        align-items: center;
    }

    .common_hero_section.cashforcars .right-content h3 {
        font-size: 17px;
        margin-bottom: 15px;
        text-align: center;
        line-height: 20px;
        padding-inline: 20px;
    }

    .common_hero_section.cashforcars .right-content p {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 18px;
        text-align: center;
    }

    #cashforcars .common_hero_section {
        gap: 30px;
        flex-direction: column;
        height: auto;
        padding-top: 50px;
    }
    #team-section .common_hero_section {
        height: 150px;
    }
}

@media screen and (max-width:420px){
    #about .common_hero_section .about-awards-wrapper img{
        width: 100%;
    }
    #about .common_hero_section .about-awards-wrapper{
        width: 100%;
        padding: 30px;
    }
}

@media screen and (min-width:560px) and (max-width:767px) and (orientation: landscape) {
    .common_hero_section.cashforcars .right-content {
        width: 500px;
    }
}

@media screen and (min-width:1200px){
    .common_hero_section.cashforcars .right-content {
        margin-top: 23px;
    }
}