
@import "index.css";

.cover .text h1 {
    font-size: 3.8vw;
    position: relative;
    top: -3vw;
}

.cover .text h2 {
    font-size: 3vw;
    position: relative;
    top: 2vw;
    font-weight: 400;
}

.services .service h3 {
    margin: 0;
    padding: 0;
    font-size: var(--service-h3-max-font-size);
    color: var(--service-h3-font-color);
    height: var(--gutter-xl);
}