.single-text h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    text-transform: uppercase;
}

@media screen and (min-width: 992px) {
    .single-text h2 {
        font-size: 32px;
    }
}

.single-text h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.18px;
}

@media screen and (min-width: 992px) {
    .single-text h3 {
        font-size: 24px;
    }
}

.single-text h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.18px;
}

.single-text h2+*,
.single-text h3+*,
.single-text ul+*,
.single-text p+* {
    margin-top: 16px;
}

@media screen and (min-width: 992px) {

    .single-text h2+*,
    .single-text h3+*,
    .single-text ul+*,
    .single-text p+* {
        margin-top: 24px;
    }
}

.single-text h4+* {
    margin-top: 8px;
}

.single-text p+ul,
.single-text ul+p {
    margin-top: 8px;
}

@media screen and (min-width: 992px) {

    .single-text p+ul,
    .single-text ul+p {
        margin-top: 24px;
    }
}

/*# sourceMappingURL=style.css.map */