.bloc_poly .wrapper_bloc.medium_bloc .inner_content .main-inner {
    display: flex;
    gap: 130px;
    padding: 80px 0 50px;
}


@media screen and (max-width: 768px) {
    .moisture-section {
        background: #fff;
    }
    .innovation-section {
        background: #fff;
    }
    .lightweight-note {
        display: none;
    }
    .tech-section .btn-dark {
        display: none;
    }
    .moisture-img img {
        width: auto;
    }
    .moisture-section .dot {
        display: none;
    }
}

/*        6.23修改           */