.page-content25 {
    background-color: var(--SECONDARY_MINOR_COLOR);
}
.page-content25__container {
    margin-bottom: 20px;
}
.page-content25__container:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .page-content25__container {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .page-content25__container {
        flex-wrap: nowrap;
    }
}

.page-content25__title-block {
    padding: 40px 20px;
    position: relative;
    z-index: 1;
}

.page-content25__title-block::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.03;
    background-color: var(--SECONDARY_MAJOR_COLOR);
}

@media (min-width: 768px) {
    .page-content25__title-block {
        padding: 80px 40px;
        flex: 1 1 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .page-content25__title-block {
        flex: 1 1 33.333%;
    }
}

.page-content25__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    color: var(--SECONDARY_MAJOR_COLOR);
}

@media (min-width: 768px) {
    .page-content25__title {
        font-size: 28px;
    }
}

.page-content25__text-block {
    padding: 20px;
}

@media (min-width: 768px) {
    .page-content25__text-block {
        padding: 40px;
        flex: 1 1 50%;
    }
}

@media (min-width: 1200px) {
    .page-content25__text-block {
        flex: 1 1 33.333%;
    }
}

.page-content25__text {
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: var(--TEXT_COLOR);
}

.page-content25__image-block {
    padding: 20px;
}

@media (min-width: 768px) {
    .page-content25__image-block {
        flex: 1 1 100%;
    }
}

@media (min-width: 1200px) {
    .page-content25__image-block {
        flex: 1 1 33.333%;
    }
}

@media (min-width: 1200px) {
    .page-content25__picture {
        height: 100%;
    }
}

.page-content25__picture img {
    width: 100%;
}

@media (min-width: 1200px) {
    .page-content25__picture img {
        height: 100%;
        object-fit: cover;
    }
}
