@media(min-width:1080px) and (max-width:1400px){
    p, a, span, ul li, strong {
        font-size: 14px !important;
    }
    h1, h2, h3 {
        font-size: 30px;
    }
    section.Service .card p {
        font-size: 12px !important;
        margin: 0px;
    }
    .How-does-it-work-for-clients .card h4 {
        font-size: 17px;
    }
    .pro-img {
        width: 80px;
        height: 80px;
        margin-bottom: 8px;
    }   
    
}
@media(min-width:1080px) and (max-width:1300px){
section.dayslide.all-day .day-date label.form-check-label {
    font-size: 12px;
}
}