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