.home-second3 .content-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    font-family: var(--TITLE_FONT);
}

.home-second3 .content::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    background-color: var(--SECONDARY_MINOR_COLOR);
}

.home-second3__container {
    max-width: var(--CONTAINER_WIDTH) !important;
    margin: 0px auto;
    padding: 112px 20px;
    position: relative;
    z-index: 1;
}

.home-second3__container._to-animate {
    opacity: 0;
}
.home-second3 .content {
    background: center/cover no-repeat;
    position: relative;
}
.home-second3 .content__box {
    width: 100%;
    box-shadow: 0px 0px 25px rgba(6, 40, 69, 0.15);
}

@media (min-width: 768px) {
    .home-second3 .content__box {
        display: flex;
    }
}
.home-second3 .content__picture {
    width: 100%;
    background: center/cover no-repeat;
}
@media (min-width: 768px) {
    .home-second3 .content__picture {
        flex: 1 1 45%;
    }
}

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

@media (min-width: 768px) {
    .home-second3 .content__picture img {
        display: none;
    }
}

.home-second3 .text {
    padding: 30px;
    font-size: 16px;
    background-color: var(--SECONDARY_MINOR_COLOR);
}

@media (min-width: 576px) {
    .home-second3 .text {
        padding: 50px;
    }
}

@media (min-width: 768px) {
    .home-second3 .text {
        flex: 1 1 55%;
    }
}

.home-second3 .content-text {
    margin-bottom: 0px;
    line-height: 25px;
    color: var(--TEXT_COLOR);
}
