/* Foooter Section */
#footer-section-dont-compromise{
    background-color: #1e1043;
    padding-top: 150px;
    padding-bottom: 150px;
}
.footer-title-dont-compromise h2{
    /* font-size: 96px; */
    /* font-size: 6.66vw; */
    font-size: 5.97vw; /* 86px; */
    color: var(--Core-Base-White);
    line-height: 1.1;
    /* font-weight: 400; */
    font-weight: 300;
}
.footer-cta-dont-compromise{
    margin-top: 30px;
}
.footer-cta-dont-compromise p{
    display: flex;
    align-items: center;
    /* font-size: 28px; */
    font-size: 1.94vw;
    color: var(--Core-Base-White);
    line-height: 1;
    font-weight: 300;
}
/* .footer-cta-dont-compromise p a */
.footer-cta-dont-compromise a{
    /* font-size: 28px; */
    /* font-size: 1.94vw;
    font-weight: 400;
    text-decoration: none;
    border-radius: 12px;
    padding: 15px 30px;
    cursor: pointer; */
    font-size: 1.66vw;
    text-align: center;
    display: flex;
    width: fit-content;
    /* margin: 0 10px; */
}
.footer-cta-dont-compromise p a:hover{
    color: var(--Core-Base-White) !important;
}
.footer-cta-dont-compromise a:hover{
    background-color: transparent;
    transition: background-color 0.5s ease-in-out;
}

@media(min-width: 1920px){
    .footer-title-dont-compromise h2{
        font-size: 86px;
    }
    .footer-cta-dont-compromise a {
        font-size: 28px;
    }
}

@media(max-width: 1060px){ 
    /* foooter-section */
    #footer-section-dont-compromise {
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: 80px;
    }
    .footer-title-dont-compromise h2 {
        font-size: 47px;
        line-height: 1.2;
    }    
    .footer-title-dont-compromise h2 br{
        display: none;
    }
    .footer-cta-dont-compromise p span{
        display: none;
    }
    .footer-cta-dont-compromise a {
        /* width: 100%; */
        width: auto;
        justify-content: center;
        font-size: 16px;
        padding: 15px 10px;
    } 
}
@media(max-width: 376px){
    .footer-title-dont-compromise h2 {
        font-size: 40px;
    }
    .footer-cta-dont-compromise p a {
        font-size: 18px;
    }
}