@media only screen and (max-width: 999px) {
    #how h2 {
        font-size: 30px;
    }
    p {
        font-size: 15px;
        line-height: 24px;
    }
    section#cta-1 h3.fs-1 {
        font-size: 22px !important;
    }
    .btn {
        font-size: 16px;
    }
    section.services-row {
        padding: 0;
    }
    section.services-row h2 {
        font-size: 24px !important;
        margin-bottom: 15px !important;
    }
    .provideBox {
        padding: 29px 10px;
        margin: 0;
    }
    #hero p.bg-accent {
        font-size: 18px !important;
    }
    ul.checklist li {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1600px) {
    section.services-row {
        padding: 0 50px;
    }
}