@media (min-width: 991px) and (max-width: 1900px) {
    body {
        font-size: .9rem;
    }
    .display-5 {
        font-size: 2.25rem;
    }
    .display-4 {
        font-size: 3rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    .fs-5 {
        font-size: 1.1rem !important;
    }
    .service-wrapper .bg-service-text {
        width: 90%;
    }
    .bg-cta-2 {
        width: 60%;
    }
    .btn-lg {
        font-size: 1rem;
    }
}