article.text-block {
    padding: 0 var(--margin-m);
    margin: var(--margin-l) auto;
    width: 100%;
}

.text-block-header {
    margin: 0 0 16px 0;
    color: var(--scarlet);
    font-family: 'Red Hat Display', sans-serif;
    font-size: 23px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.25;
}

.text-block-header h1,
.text-block-header h2,
.text-block-header h3,
.text-block-header h4,
.text-block-header h5,
.text-block-header h6 {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: var(--scarlet);
    margin: 0;
}

.text-block-text.wysiwyg-block {
    margin-bottom: 0;
}

.dark-band .text-block-text.wysiwyg-block {
    color: var(--white) !important;
}

.text-block-cta {
    margin-top: var(--margin-m);
}

.dark-band .text-block-cta {
    border-color: var(--white) !important;
    color: var(--white) !important;
}

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

    article.text-block {
        padding: 0;
    }

    .text-block-header {
        color: var(--scarlet);
        font-family: 'Red Hat Display', sans-serif;
        font-size: 30px;
        font-stretch: normal;
        font-style: normal;
        font-weight: bold;
        letter-spacing: normal;
        line-height: 1.13;
    }

}

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

    article.text-block {
        max-width: calc(1344px * 0.7);
    }

    .sidebar-layout article.text-block {
        max-width: calc(1344px);
    }

}
