h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 3rem;
    -webkit-text-stroke-width: 0;
}

h3 {
    font-size: 2.5rem;
}

p {
    font-size: var(--small-font-size);
}

.gcl-title > img {
    height: 5rem;
}

.scl-logo {
    height: var(--header-mh-small);
}

.scl-logo > a > img {
    height: var(--header-mh-small);
}

.scl-nav-hamb-menu {
    top: var(--header-mh-small);
}

.scl-nav-hamb-menu {
    min-width: 25rem;
}

.scl-our-hist-img {
    height: 35rem;
}

.scl-service-list {
    width: 30rem;
}

.scl-address-atend > p {
    font-size: var(--small-font-size);
}

@media only screen and (max-width: 374px) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2rem;
    }

    p {
        font-size: var(--smaller-font-size);
    }

    .scl-our-histoty {
        min-height: 60rem;
    }

    .gcl-title > img {
        height: 3.75rem;
    }

    .scl-our-hist-img {
        height: 25rem;
        margin: 4rem auto;
    }

    .scl-service-list {
        width: 25rem;
    }

    .scl-address-img {
        height: 22.5rem;
    }

    .scl-address-atend > p {
        font-size: var(--smaller-font-size);
    }

    .scl-stamp-img {
        margin-bottom: 0;
    }

    .scl-stamp-img > img {
        height: 20rem;
    }

    .scl-contacts-footer > li > a > img {
        height: 6rem;
        padding: 2rem;
    }

    .scl-soluciona > p {
        font-size: 1.2rem;
    }
}