.home-five10 {
    padding-top: 60px;
}
@media (min-width: 768px) {
    .home-five10 {
        padding-top: 120px;
    }
}
.home-five10__container {
    max-width: var(--CONTAINER_WIDTH);
    margin: 0px auto;
    padding: 0 20px;
}
.home-five10__titling {
    margin-bottom: 30px;
    text-align: center;
}
@media (min-width: 768px) {
    .home-five10__titling {
        margin-bottom: 60px;
    }
}
.home-five10__subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: var(--EXTRA_COLOR);
}
.home-five10__title {
    font-weight: bold;
    font-size: 25px;
    line-height: 140%;
    color: var(--SECONDARY_MAJOR_COLOR);
}
@media (min-width: 768px) {
    .home-five10__title {
        font-size: 40px;
    }
}
.home-five10__list {
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .home-five10__list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px 60px -20px;
    }
}
.home-five10__list-item {
    display: flex;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .home-five10__list-item {
        flex: 1 1 50%;
        padding: 0 20px;
    }
}
.home-five10__icon {
    color: var(--EXTRA_COLOR);
    margin-right: 20px;
}
.home-five10__text {
    font-size: 18px;
    line-height: 28px;
    color: var(--TEXT_COLOR);
}
.home-five10__image {
    height: 200px;
    position: relative;
}
.home-five10__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--SECONDARY_MAJOR_COLOR);
    opacity: 0.8;
}
.home-five10__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
