@media (min-width: 1200px) {
    .header {
        background-color: var(--black)
    }
}

@media (max-width: 1199.98px) {
    .text-banner__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 40px
    }

    .text-banner__breadcrumbs {
        margin-top: 0;
        margin-bottom: 20px
    }

    .text-banner__content {
        text-align: center
    }
}

.text-banner__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
