/* Article ID 38: the WYSIWYG editor may strip the h2 class when saving. */
body.page_information_id_38 .tdc-about-numbers > h2:first-child {
    margin: 0 0 58px;
    color: #373737;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

@media (max-width: 900px) {
    body.page_information_id_38 .tdc-about-numbers > h2:first-child {
        margin-bottom: 42px;
    }
}

@media (max-width: 760px) {
    body.page_information_id_38 .tdc-about-numbers > h2:first-child {
        font-size: 32px;
    }
}

@media (max-width: 520px) {
    body.page_information_id_38 .tdc-about-numbers > h2:first-child {
        margin-bottom: 34px;
    }
}
