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

.common_hero_section.cashforcars {
    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.1%;
    gap: 50px;
}

.common_hero_section .right-content {
    background: #333;
    width: 670px;
    height: auto;
    padding: 26px 34px 30px 30px;
    margin-top: 24px;
    display: flex;
    gap: 57px;
}

@media screen and (min-width:1600px) {
    .common_hero_section .right-content img {
        margin-top: -8px;
    }

    .common_hero_section .right-content h3 {
        margin-top: -1px;
        margin-left: 2px;
    }
}

.common-hero-content {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.80);
    width: 432px;
    min-height: 216px;
    padding: 43px 42px 39px 49px;
}

.cashforcars .common-hero-content,
#servicing-page .common-hero-content {
    padding: 39px 42px 39px 49px;
}

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

.common_hero_section.cashforcars {
    background-image: url(/images/common/sell-your-car-header.jpg);
}

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

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

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

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

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

#vehicle .common_hero_section {
    background-image: url(/images/common/vehicle-prep-page-hero.jpg);
}

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

.common-hero-content {
    width: 432px;
    min-height: 216px;
}

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

@media screen and (max-width:1100px) {
    .common_hero_section.cashforcars .right-content {
        background: #333;
        display: flex;
        height: auto;
        padding: 26px 34px 30px 32px;
        gap: 20px;
        margin-top: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .common_hero_section.cashforcars {
        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 .right-content p {
        width: 90%;
    }
}

@media screen and (max-width:768px) {
    .common_hero_section.cashforcars .right-content {
        background: #333;
        display: flex;
        flex-wrap: wrap-reverse;
        height: auto;
        padding: 26px 34px 30px 32px;
        gap: 20px;
        margin-top: 0;
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
    }
}

.common_hero_section .right-content h3 {
    text-align: left;
    color: var(--white);
    font-family: var(--header-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: none;
    margin-bottom: 19px;
}

.common_hero_section .right-content .logo-img {
    margin-top: -8px;
}

.common_hero_section .right-content p {
    font-family: var(--body-font);
    font-size: 16px;
    color: var(--white);
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    text-align: left;
}

.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: 18px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
    color: var(--white);
    padding: 19px 0;
    position: relative;
    text-transform: none;
    width: 329px;
    height: 55px;
    background: var(--button-color);
    box-shadow: unset;
    border: none;
    margin: 0;
}



.common_hero_section p {
    font-family: var(--body-font);
    font-size: 18px;
    color: var(----primary-color);
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
    margin-bottom: 19px;
    margin-left: 2px;
}

.common_hero_section h3 {
    text-align: left;
    color: var(--primary-color);
    font-family: var(--body-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.common_hero_section.cashforcars .common-hero-content h3,
#servicing-page .common-hero-content h3 {
    margin-bottom: 14px;
}

#reviews .common_hero_section p {
    text-transform: none !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: 0;
        width: 100%;
    }

    .common_hero_section.cashforcars .right-content {
        padding: 30px 20px;
    }

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

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

    .common_hero_section .right-content h3 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
    }

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

    .common_hero_section h3,
    #servicing-page .common-hero-content h3 {
        font-size: 24px;
        margin-bottom: 8px;
        text-align: center;
    }

    .common_hero_section p,
    #servicing-page .common-hero-content p {
        font-size: 16px;
        margin-bottom: 13px;
        text-align: center;
    }

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

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

@media screen and (max-width:500px) {

    .common-hero-content,
    #servicing-page .common-hero-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0px 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;
    }
}

@media screen and (max-width:767px) and (orientation: landscape) {
    #about .common_hero_section {
        align-items: start;
    }

    #about .common-hero-content {
        padding: 0;
    }
}

/* CASHFORCARS */
@media screen and (min-width:1300px) {
    .sell-you-car-mid-content .container {
        max-width: 1207px;
        padding: 0;
        padding-left: 1px;
    }

    .sell-you-car-mid-content .container .logo-content img {
        margin-top: -2px;
        margin-left: -1px;
    }

    .sell-you-car-mid-content .container .flex-text-content p {
        margin-left: 1px;
    }
}

.sell-you-car-mid-content .container {
    display: grid;
    grid-template-columns: auto 47%;
    gap: 50px;
    padding-top: 52px;
}

.sell-you-car-mid-content .container .vertical-line {
    width: 1px;
    height: 84px;
    background-color: #B7B7B7;
    margin-right: -22px;
    margin-top: 0;
}

.sell-you-car-mid-content .container .text-content {
    display: flex;
    gap: 35px;
}

.sell-you-car-mid-content .container .flex-logo-content {
    display: flex;
    gap: 25px;
    align-items: start;
}

.sell-you-car-mid-content .container p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    color: #333;
    margin-top: 7px;
    font-family: var(--body-font);
}

.sell-you-car-mid-content .container .flex-text-content p {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    width: 485px;
}

.sell-you-car-mid-content .container .flex-logo-content {
    margin-top: 2px;
}

.sell-you-car-mid-content .container h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #000;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

@media screen and (max-width:1299px) {

    .sell-you-car-mid-content .container .flex-text-content p {
        width: 100%;
    }
}

@media screen and (min-width:991px) and (max-width:1299px) {
    .sell-you-car-mid-content .container .vertical-line {
        width: 2px;
        height: 84px;
        color: #B7B7B7;
        margin-right: 0px;
        margin-top: 0;
    }

    .sell-you-car-mid-content .container {
        max-width: 95%;
    }

    .sell-you-car-mid-content .container .text-content {
        display: flex;
        gap: 20px;
    }
}

@media screen and (min-width:991px) and (max-width:1199px) {
    .sell-you-car-mid-content .container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 30px;
    }

    .sell-you-car-mid-content .container .text-content {
        flex-direction: column;
        gap: 20px;
    }

    .sell-you-car-mid-content .container .vertical-line {
        width: 100%;
        height: 1px;
        margin: 0;
    }

    .sell-you-car-mid-content .container p {
        font-size: 14px;
        line-height: 18px;
    }

    .sell-you-car-mid-content .container .flex-text-content p {
        width: 90%;
    }
     .common_hero_section.cashforcars {
        padding-left: 7%;
        padding-top: 55px;
    }
}

@media screen and (max-width:992px) {
    .sell-you-car-mid-content .container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 30px;
    }

    .sell-you-car-mid-content .container .text-content {
        flex-direction: column;
        gap: 20px;
    }

    .sell-you-car-mid-content .container .vertical-line {
        width: 100%;
        height: 1px;
        margin: 0;
    }

    .sell-you-car-mid-content .container p {
        font-size: 14px;
        line-height: 18px;
    }
}


@media screen and (max-width:767px) {
    .sell-you-car-mid-content .container .flex-logo-content {
        display: flex;
        gap: 15px;
        align-items: start;
        flex-direction: column;
    }
}
@media screen and (max-width:767px) and (orientation:landscape){
	.common_hero_section.cashforcars {
		align-items: center;
	}
}
@media screen and (min-width:500px) and (max-width:767px) and (orientation: landscape){
    .common_hero_section .common-hero-content {
        width: 432px;
    }
}

/* CASHFORCARS */