.common_hero_section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 486px;
    display: flex;
    align-items: start;
    justify-content: start;
    text-align: left;
    padding-top: 148px;
    padding-left: 144px;
}

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


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

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

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

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

#contactus .common_hero_section {
    background-image: url(/images/common/contact-header-image.jpg);
    height: 200px;
    padding-top: 0px;
}

@media screen and (min-width:768px) {
    #contactus .common_hero_section {
        background-image: url(/images/common/contact-header-image.jpg);
        height: 268px;
        padding-top: 93px;
        padding-left: 133px;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .common_hero_section {
        padding-left: 7%;
    }
}

.common_hero_section .common-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.15px;
    color: #003566;
    padding: 19px 0 19px 0;
    position: relative;
    text-transform: uppercase;
    width: 295px;
    height: 55px;
    box-shadow: unset;
    border-radius: 2px;
    border: none;
    background: var(--button-color);
}



.common_hero_section p {
    font-family: var(--body-font);
    font-size: 20px;
    color: var(--white);
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 31px;
    margin-left: 2px;
}

.common_hero_section h3 {
    text-align: left;
    color: var(--white);

    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 26px;
}


@media screen and (max-width:992px) and (min-width:768px) {
    .common_hero_section {
        padding-left: 6%;
    }
}

@media screen and (max-width:1199px) {
    #workshop .common_hero_section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url(/images/common/workshop-header-image.jpg);
    }

    .common_hero_section.finance {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url(/images/common/finance-header-image-2.jpg);
    }


    #team-section .common_hero_section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url(/images/common/team-header-image.jpg);
    }

    #reviews .common_hero_section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url(/images/common/reviews-header-image.jpg);
    }

    #workshop .common_hero_section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url(/images/common/workshop-header-image.jpg);
    }

    #about .common_hero_section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url(/images/common/who-we-are-header-image.jpg);
    }

    #contactus .common_hero_section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url(/images/common/contact-header-image.jpg);
    }

}

@media screen and (min-width:768px)  and (max-width:992px) {

    .common_hero_section,#contactus .common_hero_section{
        height: 300px;
        padding-top: 60px;
    }
    #contactus .common_hero_section{
         padding-top: 93px;
    }
}

@media screen and (max-width:767px) {
    .common-hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        text-align: center;
        padding: 0;
    }

    .common_hero_section,
    #contactus .common_hero_section {
        height: 220px;
        padding-top: 35px;
    }

    #contactus .common-hero-content {
        justify-content: center;
        margin-top: 30px;
    }

    .common_hero_section {
        padding-left: 4%;
        padding-right: 4%;
        justify-content: center;
    }

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

    .common_hero_section h3 {
        font-size: 27px;
        margin-bottom: 5px;
        text-align: center;
    }

    .common_hero_section p {
        font-size: 16px;
        margin-bottom: 13px;
        text-align: center;
    }

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


@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;
        font-size: 14px;
    }
}