.about-second4__container {
    max-width: var(--CONTAINER_WIDTH) !important;
    margin: 0px auto;
    padding: 42px 20px;
}
.about-second4 .content {
    background: center / cover no-repeat;
    position: relative;
}
.about-second4 .content::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: var(--SECONDARY_MINOR_COLOR);
}

.about-second4 .content {
    z-index: 1;
    position: relative;
}

.about-second4 .content__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 10px;
    font-family: var(--TITLE_FONT);
}

@media (min-width: 576px) {
    .about-second4 .content__title {
        font-size: 32px;
    }
}

/* text-block */
.about-second4 .text-block {
    font-size: 16px;
}

@media (min-width: 992px) {
    .about-second4 .text-block {
        display: flex;
        margin: 0 -25px;
    }
}

.about-second4 .text-block__item {
    margin-bottom: 50px;
}

.about-second4 .text-block__item:last-child {
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .about-second4 .text-block__item {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .about-second4 .text-block__item {
        flex: 1 1 50%;
        padding: 0 25px;
    }
}

.about-second4 .text-block__text {
    margin-bottom: 0px;
}
