@media screen and (min-width: 1024px) {
    .introWrapper {
        max-height: 40vw;
    }

    .service h3 {
        font-size: 0.75rem;
    }
}