.home-first7 {
    background-color: var(--SECONDARY_MINOR_COLOR);
}

.home-first7__container {
    max-width: var(--CONTAINER_WIDTH);
    margin: 0px auto;
    padding: 60px 20px 45px 20px;
}

.home-first7__item {
    margin-bottom: 40px;
    opacity: 0;
}

.home-first7__item:last-child {
    margin: 0;
}

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

    .home-first7__item:nth-child(even) {
        flex-direction: row-reverse;
    }
}

.home-first7__picture-block {
    flex: 0 0 450px;
}

@media (min-width: 768px) {
    .home-first7__picture {
        height: 100%;
    }
}

.home-first7__picture img {
    width: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .home-first7__picture img {
        height: 100%;
    }
}

@media (min-width: 768px) {
    .home-first7__text-block {
        padding: 60px 0;
        flex: 1 1 100%;
    }
}

.home-first7__text-content {
    transition: all 0.3s ease 0s;
    padding: 20px 30px;
    background-color: var(--SECONDARY_MAJOR_COLOR);
    color: var(--SECONDARY_MINOR_COLOR);
}

@media (min-width: 576px) {
    .home-first7__text-content {
        padding: 30px 50px 40px 50px;
    }
}

.home-first7__title {
    font-weight: bold;
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .home-first7__title {
        font-size: 32px;
    }
}

.home-first7__text {
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .home-first7__text {
        margin-bottom: 20px;
    }
}

.home-first7__list-item {
    display: flex;
    margin-bottom: 15px;
}

.home-first7__icon {
    margin-right: 15px;
    color: var(--EXTRA_COLOR);
}
