.paragraph--type--text-block {
    .container__information {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: var(--orsystem-deep-charcoal);
        font-size: 2.5rem;
        font-weight: 500;
        margin-bottom: 1.5rem;
        line-height: 2.75rem;
    }

    h3 {
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 2.2rem;
        color: var(--orsystem-slate-grey);
    }

    h4 {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5625rem;
        color: var(--orsystem-slate-grey);
    }

    p,
    li {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.375rem;
        color: var(--orsystem-slate-grey);
        letter-spacing: 0.5px;

        strong {
            font-weight: 500;
        }

        a {
            text-decoration: underline;
        }
    }

    .field--name-field-link.field--type-link {
        background: var(--orsystem-steel-blue);
        color: var(--orsystem-white);
        padding: 0.75rem 1.25rem;
        gap: 0.5rem;
        border: none;
        border-radius: 6.25rem;
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 0.01em;
        text-align: center;
        width: fit-content;

        a {
            text-decoration: none;
            border: 0;
            color: var(--orsystem-white);
        }
    }
}

@media (max-width: 992px) {
    .paragraph--type--text-block {
        .container__information {
            padding-top: 2.5rem;
            padding-bottom: 2.5rem;
        }
    }
}