.home-second10 {
    padding: 40px 0 0 0;
}
@media (min-width: 768px) {
    .home-second10 {
        padding: 80px 0 0 0;
    }
}
.home-second10__container {
    max-width: 1440px;
    margin: 0px auto;
    padding: 0 20px;
}
@media (min-width: 768px) {
    .home-second10__container {
        display: flex;
        align-items: center;
    }
}
.home-second10__pic-box {
    position: relative;
    padding: 40px 0 0 90px;
}
.home-second10__item {
    flex: 1 1 50%;
    padding: 0 35px;
}
.home-second10__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    padding: 24px 34px;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    color: var(--SECONDARY_MINOR_COLOR);
    background-color: var(--SECONDARY_MAJOR_COLOR);
}
@media (min-width: 768px) {
    .home-second10__title {
        font-weight: bold;
        font-size: 40px;
        width: 75%;
    }
}

.home-second10__pic {
}
.home-second10__pic img {
    width: 100%;
}
.home-second10__text-box {
    font-size: 18px;
    line-height: 28px;
    color: var(--TEXT_COLOR);
}
