/*text*/
.tag {
    color: var(--wagner-Green-color) !important;
    font-size: 18px!important;
    line-height: 22px!important;
    font-weight: var(--font-smei-bold) !important;
    text-transform: uppercase!important;
    letter-spacing: 0.1em!important;
    margin-bottom: 0!important;
}

.text__title {
    font-size: 36px!important;
    font-weight: var(--font-bold);
    line-height: 42px;
    margin-bottom: 20px!important;
}

.text__subtitle {
    font-size: 22.5px;
    font-weight: var(--font-regular);;
    line-height: 36px;
}
/*TODO: they need to give us all Headings size */
.text__content p,.text__content strong, .text__content span ,.text__content em,.text__content blockquote, .text__content  div {
    font-size: 20px;
}

@media only screen and (max-width: 768px) {
    .text__title {
        font-size: 28px!important;
        word-break: break-word;
        line-height: inherit!important;
    }
}