#new-brands-page .vimeo-wrapper {
    z-index: 1;
}
.brand-range-hero-wrapper__text {
    position: relative;
    z-index: 2;
}
#new-brands-page .common-hero-section{
    height: 400px;
    background-image: url(/images/common/header-kia.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 7.7% 21px 7.4%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
#new-brands-page .common-hero-section img{
    width: 226px;
}
#new-brands-page .common-hero-section h3 {
    color: #FFF;
    font-size: 48px;
    text-align: left;
    font-weight: 600;
    line-height: 33px; 
    text-transform: capitalize;
    margin-bottom: 25px;
}

#new-brands-page .common-hero-section p {
    color: #FFF;
    font-size: 28px;
    text-align: left;
    font-weight: 600;
    line-height: 33px; 
    letter-spacing: 0.28px;
}
#new-brands-page .container .top-heading p {
    color: var(--primary-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; 
    margin: 0 auto 33px;
    width: 964px;
}
#new-brands-page .container .top-heading h3 {
    padding: 36px 0 4px;
    color: var(--primary-color);
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px; 
    text-transform: none;
}
.top-heading a.faq{
    position: absolute;
    right: 10px;
    top: 20px;
    color: var(--primary-color);
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px; 
}
.top-heading a.faq img{
   margin-left: 10px;
}

#new-brands-page .new-brands-page__grid{
    grid-gap: 43px;
    row-gap: 38px;
    margin-bottom: 0;
    padding-bottom: 55px;
}
#new-brands-page .container {
    max-width: 98%;
}
@media screen and (min-width: 1700px) {
    #new-brands-page .container {
        max-width: 1646px;
        padding: 0;
    }
    #new-brands-page .common-hero-section img{
        margin-top: -20px;
    }
}

.new-brands-page__grid-part {
    border-radius: 0;
    border: 1px solid var(--tertiary-color-v2);
}

.new-brands-page__grid-part-text{
    text-align: center;
    background: #FFF;
    padding: 0 15px;
}
#new-brands-page .container .new-brands-page__grid-part-text h3{
    text-align: center;
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    margin: 40px auto 13px;
}

#new-brands-page .container .new-brands-page__grid-part-text p.bottom-btn.margin-on-top{
    margin-top:35px ;
}
#new-brands-page .container .new-brands-page__grid-part-text p.bottom-btn {
    color: var(--primary-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; 
    margin-bottom: 28px;
}

#new-brands-page .container .new-brands-page__grid-part-text p:hover {
    color: #000;
}

#new-brands-page .container .new-brands-page__grid-part-text .view-details-btn{
    margin-bottom: 36px;
    color: var(--primary-color);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px; 
}
#new-brands-page h2.main_sub_heading{
    color: var(--primary-color);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px; 
    margin-bottom: 31px;
    margin-top: 30px;
}
@media screen and (min-width:992px) and (max-width:1199px) {
    #new-brands-page .container {
        max-width: 90%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
    #new-brands-page .new-brands-page__grid {
        grid-gap: 25px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    #new-brands-page .common-hero-section{
        padding-left: 70px;
        padding-right: 70px;
        gap: 25px;
    }

    #new-brands-page .common-hero-section img {
        width: 160px;
    }
    #new-brands-page .container .top-heading p{
        width: 80%;
    }
}

@media screen and (max-width:767px) {
    #new-brands-page .container {
        max-width: 100%;
    }
    #new-brands-page .new-brands-page__grid {
        padding-bottom: 30px;
        row-gap: 30px;
    }
    .top-heading a.faq {
        top: -40px;
    }
    #new-brands-page .common-hero-section{
        padding: 0;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        justify-content: center;
    }
    #new-brands-page .common-hero-section h3 {
       text-align: center;
        font-size: 33px;
        margin-bottom: 12px;
    }
    #new-brands-page .common-hero-section p{
        text-align: center;
        font-size: 17px !important;
        width: 90%;
        line-height: 22px !important;
        margin: 0 auto;
    }
    #new-brands-page .common-hero-section img {
        width: 140px;
        margin-top: 0;
    }
    #new-brands-page .container .new-brands-page__grid-part-text h3 {
        font-size: 19px;
        margin-top: 20px;
    }
    #new-brands-page.kia_page .common-hero-section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)),url(/images/common/header-kia.jpg);
        height: 300px;
    }
    #new-brands-page .container .top-heading p{
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 25px;
    }
    #new-brands-page .container .top-heading h3 {
        padding-top: 26px;
        font-size: 18px;
        line-height: 22px;
    }
    #new-brands-page .container .new-brands-page__grid-part-text p.bottom-btn.margin-on-top {
        margin-top: 15px;
    }
}