@media all and (min-width:768px) {
    .header-content h1 {
       max-width: 85%;
       font-size:50px !important;
    }
}


.today-offer .offer-price {
     line-height: 1;
    color: #f9b900;
}

.today-offer .small-text {
    display: inline-block;
    font-size: 24px;
    color: #8cddff;
    line-height: 1 !important;
}

.today-offer {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.offer-price small {
    font-size:30px;
}

@media all and (max-width:575px) {
    .mobile-h1 {
        font-size:40px !important;
    }
    .today-offer .offer-price {
        font-size:36px;
    }
}

@media all and (min-width:1200px) {
    #services .container-fluid {
        max-width: 1620px;
        width:100%;
    }
    
    #home .container-fluid {
        max-width: 1500px;
        width:100%;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    #services .container-fluid {
        max-width: 1400px;
        width:100%;
    }
    
    #home .container-fluid {
       max-width: 1495px;
       width:100%;
    }
}

@media (max-width:700px) {
    #services .container-fluid {
        width: 100%;
    }
    #home .container-fluid {
        width: 100%;
    }
}
