.common_hero_section {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 598px;
    display: flex;
    align-items: start;
    justify-content: center;
}
@media screen and (min-width: 992px) {
    .common_hero_section.xl-h {
        height: 877px;
        padding-top: 81px;
    }
}

@media screen and (min-width: 767px) {
	#contactus .common_hero_section h1 {
		font-size: 52px;
		margin-top: 93px;
	}
}
.common_hero_section.finance {
    background-image: url(/images/common/header-finance.jpg);
    position: absolute;
    width: 100%;
    z-index: -1;
}
.common-hero-content {
    text-align: center;
}
#about .common_hero_section {
    background-image: url(/images/common/header-about.jpg);
}
.cashforcars .common_hero_section {
    background-image: url(/images/common/header-sell-car.jpg);
    padding-top: 40px;
}
#reviews .common_hero_section {
    background-image: url(/images/common/header-reviews.jpg);
    padding-top: 30px;
}

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

.common_hero_section .btn-div {
    text-align: center;
    margin-top: 17px;
}
#reviews .common_hero_section .common-btn {
    width: 153px;
    margin-top: 15px;
}
.cashforcars .common_hero_section .common-btn {
    width: 145px;
}
#contactus .common_hero_section .common-btn {
    width: 131px;
}
.common_hero_section .common-btn {
    width: 123px;
    height: 50px;
    border-bottom: 1px solid var(--white);
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: unset;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    padding: 13px 0;
    border-radius: 0;
    color: var(--white);
}
.common_hero_section p {
    color: #FFF;
    text-align: center;
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    letter-spacing: 5.4px;
    text-transform: uppercase;
}
.common_hero_section h1 {
    color: #FFF;
    text-align: center;
    font-family: var(--kaisei-font);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; 
    margin: 73px 0 35px;
}
@media screen and (max-width:767px) {
    .common_hero_section {
        height: 450px;
        padding-top: 0 !important;
    }
    #contactus .common_hero_section .container {
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .common_hero_section h1 {
        font-size: 32px;
        margin-bottom: 22px;
        line-height: 36px;
    }

    .common_hero_section p {
      font-size: 16px;
        line-height: 22px;
        width: 100%;
        text-align: center;
        margin-inline: auto;
        padding-inline: 15px;
    }
}

@media screen and (max-width:360px) {
    .common_hero_section .btn {
        width: 100%;
    }

}

@media screen and (min-width:500px) and (max-width:767px) and (orientation: landscape) {
    .common_hero_section .common-hero-content {
        width: 450px;
    }
}