nav{ background-color: black !important; }

.warranty-bg{
    background-color: black !important;
}  

.section-title{
    font-size: 48px;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white);
}
@media(max-width: 992px) {
    .pt-10 {
    padding-top: 84px !important;
    }
    .section-title {
        font-size: 32px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.warranty-section-text{
    color: #FFF;
/*text-align: center;*/

/* LexusFonts/h1headline */
font-family: Nobel;
font-size: 48px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.warranty-title-text{
    color: #000;
/*text-align: center;*/
font-family: Nobel;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.warranty-info-text{
    color: #000;


/* LexusFonts/paragraph */
font-family: NobelLight;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
}

/* fixes to Overwrite issue*/
/* .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6  */
.h1--custom, .h2--custom{
    margin-bottom: 0rem !important;
}

.warranty-content-bg{
    background-color: #B9C0C2 !important;
}


@media (max-width: 850px) {
    .row{
    --bs-gutter-x: 0rem;
    }
    
    .warranty-section-text{
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    .warranty-section-text {
        color: #FFF;
        /* text-align: center; */
        font-family: Nobel;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding-top: 120px;
    }
}

