.content__custom-footer-page {
    .text-container .block-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        font-family: 'neosanspro', sans-serif;
        color: var(--color-02);
        text-align: center;

        &::before {
            display: none;
        }
    }

    .paragraph--text-container-up-down {
        margin-bottom: 0;
    }

    .image-text--color-2,
    .image-text--type-3.image-text--color-2 .col-text {
        background-color: var(--color-07);
    }
}

@media (max-width: 992px) {
    .content__custom-footer-page {
        .text-container .block-title {
            text-align: left;
        }
    }
}