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

.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);
}

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

#servicing-page .common_hero_section {
    background-image: url(/images/common/header-service.jpg);
}
.common_hero_section.common_hero_section__v2{
    min-height: 345px;
    padding-top: 95px;
    padding-left: 9.7%;
}

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

@media screen and (min-width: 767px) {
    #about .common_hero_section {
        height: 306px;
    }
}

.common_hero_section .common-btn {
    border: none;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: var(--white);
    padding: 15px;
    position: relative;
    text-transform: uppercase;
    width: 257px;
    height: 55px;
    background: var(--button-color);
    box-shadow: unset;
    border-radius: 5px;
    border: none;
    display: inline-block;
    line-height: normal;
}

.common_hero_section p {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 23px; 
    margin-bottom: 24px;
    margin-left: 1px;
    text-transform: capitalize;
}


.common_hero_section h3 {
    color: var(--white);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px; 
    text-transform: capitalize;
    margin-bottom: 19px;
}

.common_hero_section.common_hero_section__v2 p{
    font-size: 22px;
    margin-bottom: 25px;
}
.common_hero_section.common_hero_section__v2 .common-btn{
    width: 310px;
}
.common_hero_section.common_hero_section__v2 h3{
    font-size: 40px;
}

@media screen and (max-width:992px) {
    #servicing-page .common_hero_section {
        background-image: linear-gradient( to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url(/images/common/header-service.jpg);
    }
    #team-section .common_hero_section {
        background-image: linear-gradient( to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url(/images/common/header-team.jpg);
    }

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

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

@media screen and (max-width:767px) {
    .common_hero_section.common_hero_section__v2,
    .common_hero_section {
        padding: 0 4%;
        height: 300px;
        min-height: 300px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .common_hero_section.common_hero_section__v2 h3,
    .common_hero_section h3 {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 36px;
    }

    .common_hero_section.common_hero_section__v2 p,
    .common_hero_section p {
        font-size: 17px;
        margin-bottom: 20px;
        line-height: 22px;
    }
}


@media screen and (max-width: 360px) {
    .common_hero_section.common_hero_section__v2 .common-btn,
    .common_hero_section .common-btn {
        width: 220px;
    }
}