.nts-seo__header {
    font-size: 40px;
    font-weight: normal;
    line-height: 1em;
    font-family: PragmaticaLightC;
    color: rgb(73, 89, 102);
}

.nts-seo__item_description {
    font-size: 21px;
    font-weight: normal;
    line-height: normal;
    margin: 10px 0px 0px;
    color: rgb(73, 89, 102);
    font-family: PragmaticaC;
}

.nts-seo__item_description p {
    margin: 10px 0;
}

.nts-seo__item_description p:first-child {
    margin-top: 0;
}

@media only screen and (max-width: 959px) {
    .nts-seo__item_description {
        font-size: 18px;
    }
}
@media only screen and (max-width: 719px) {
    .nts-seo__item_description {
        font-size: 16px;
    }
}

@media only screen and (max-width: 639px) {
    .nts-seo__header {
        font-size: 30px;
    }
}