.home-four7 {
}
.home-four7__container {
    max-width: var(--CONTAINER_WIDTH);
    margin: 0px auto;
    padding: 40px 20px;
}
@media (min-width: 992px) {
    .home-four7__container {
        padding: 65px 20px;
    }
}
.home-four7__text-block {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .home-four7__text-block {
        display: flex;
    }
}

@media (min-width: 992px) {
    .home-four7__text-block {
        margin-bottom: 50px;
    }
}

.home-four7__column {
}
@media (min-width: 768px) {
    .home-four7__column {
        flex: 1 1 50%;
    }
}
.home-four7__title {
    font-weight: 800;
    font-size: 22px;
    line-height: 120%;
    font-family: var(--TITLE_FONT);
}
@media (min-width: 992px) {
    .home-four7__title {
        font-size: 40px;
    }
}
.home-four7__subtitle {
    font-size: 18px;
    line-height: 178%;
    font-feature-settings: "salt" on, "liga" off;
}
.home-four7__picture {
    max-height: 400px;
    overflow: hidden;
}
.home-four7__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
