#contactus .common_hero_section {
    background-image: url("/images/common/header-contact.jpg");
    padding: 0;
    align-items: center;
    height: 412px;
}

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

#careers_section .common_hero_section {
    background-image: url("/images/common/hero-careers.jpg");
}
#servicing-page .common_hero_section {
    background-image: url("/images/common/hero-service.jpg");
}

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

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

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

#servicing-individual-page.history.parts.bodyshop .common_hero_section {
    background-image: url("/images/common/hero-history.jpg");
}


.common_hero_section{
    background-image: url(/images/common/hero-finance.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 412px;
    padding-top:81px ;
    padding-left: 7.1%;
}
.common_hero_section_content{
    width: 468px;
    background: rgba(255, 255, 255, 0.70);
    padding: 41px 0 42px 64px;
}
.common_hero_section h3{
    color: var(--primary-color);
    font-size: 36px;
    font-weight: 700;
    line-height: 36px; 
    margin-bottom: 12px;
    margin-left: 1px;
}

.common_hero_section p{
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 25px; 
    margin-bottom: 20px;
    width: 83%;
}

.common_hero_section .common_btn{
    color: var(--white);
    width: 226px;
    height: 48px;
    border-radius: 2px;
    border: none;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px; 
    text-transform: uppercase;
    padding: 16px;
    background: var(--button-color);
    display: inline-block;
}

.common_hero_section .common-btn {
    width: 237px;
    height: 52px;
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    line-height: unset;
    border: 1px solid var(--white);
    margin-left: 3px;
}

.common_hero_section .common-btn:hover {
    color: var(--white);
}

@media screen and (max-width:992px) {
    .common_hero_section h3 {
        font-size: 40px;
        margin-bottom: 13px;
    }
    .common_hero_section {
        padding-left: 5.2%;
    }
    .common_hero_section p {
        font-size: 20px;
    }
}
@media screen and (max-width:767px) {
    .common_hero_section{
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 320px;
        flex-direction: column;
    }
    .common_hero_section h3 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 6px;
    }
    .common_hero_section p {
        margin: 0 auto;
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        width: 80%;
    }
    .common_hero_section .common_btn{
        margin: auto;
        font-size: 14px;
    }
    #contactus .common_hero_section {
        height: 250px;
    }
    .common_hero_section_content{
        width: 98%;
        padding: 30px 0;
        text-align: center;
    }
}


/* ford easypay page styling */

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

.ford-eaypay-hero h3{
    color: var(--primary-color);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px; 
    text-transform: uppercase;
}

@media screen and (min-width:1400px) {
    
    #ford-easypay .container{
        max-width:1346px ;
        padding: 0;
    }
}

#ford-easypay .container{
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 68px;
    gap: 60px;
    padding-bottom: 50px;
}
.left-content-flex{
    margin-top: 10px;
    display: flex;
    gap: 27px;
    align-items: start;
}

.left-content h4{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.left-content-flex h3{
    color: #000;
font-size: 24px;
font-weight: 700;
line-height: 28px; 
}

.left-content-flex img{
    width: 78px;
}

.left-content ul li,
.left-content p{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.left-content p.margin{
    margin-bottom: 10px;
    margin-top: 20px;
}

.left-content .btn{
    width: 226px;
    height: 48px;
    border-radius: 2px;
    background:var(--button-color);
    color: var(--white);
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px; 
    margin-top: 40px;
    text-transform: uppercase;
    padding: 15px;
}

.left-content ul{
    padding-inline-start: 25px;
}
/* spring service offer */

.left-content.spring-service h3{
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px; 
    margin-bottom: 25px;
    margin-top: 10px;
}

.left-content.spring-service h5{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.left-content.spring-service a{
    margin-top: 45px;
    margin-bottom: 30px;
}


@media screen and (min-width:1200px) and (max-width:1299px) {
    #ford-easypay .right-content img {
        width: 570px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #ford-easypay .right-content img {
        width: 520px;
    }
    #ford-easypay .container{
        gap: 30px;
        max-width: 98%;
    }
}
@media screen and (min-width:1100px) and (max-width:1199px) {
    #ford-easypay .right-content img {
        width: 560px;
    }
}
@media screen and (max-width:992px) {
    #ford-easypay .container{
        gap: 30px;
        flex-direction: column-reverse;
        max-width: 90%;
    }
    #ford-easypay .right-content img {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    #ford-easypay .container{
        gap: 30px;
        flex-direction: column-reverse;
        max-width: 100%;
        margin-top: 20px;
    }
    .left-content h4 {
        font-size: 16px;
    }
    .left-content.spring-service h3,
    .left-content-flex h3 {
        font-size: 20px;
    }
    .left-content ul li, .left-content p {
        font-size: 14px;
        line-height: 18px;
    }
    .ford-eaypay-hero h3 {
        font-size: 18px;
    }
    .left-content.spring-service h5{
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px;
    }
    .left-content.spring-service h3{
        margin-bottom: 20px;
    }
    #ford-easypay.spring-service .container{
        padding: 0;
        gap: 10px;
    }
    .left-content.spring-service{
        padding: 0 15px;
    }
    .left-content .btn{
        font-size: 14px;
        padding: 16px;
    }
}