.one-sections {
    color: #000;
    min-width: 1310px;
    width: 80%;
    margin: 0 auto;
}
.one-section-bg-black {
    color: #fff;
}
.one-sections .one-section-text {
    opacity: .55;
    margin-top: 1em;
    font-size: .875em;
}
.one-sections .one-section-head {
    font-size: 1.875em;
    line-height: 1.2;
    opacity: .85;
}
.one-section-wrapper {
    position: relative;
}
.one-sections-1 .one-section-w {
    position: absolute;
    top: 10%;
    left: 5%;
    right: 53%;
}

.one-sections .one-row {
    display: flex;
    flex-wrap: nowrap;
}
.one-sections-1 .one-col-1 {
    width: 41%;
    min-height: 320px;
    margin-bottom: 1em;
    position: relative;
}
.one-sections-1 .one-col-2 {
    width: 58%;
    margin-left: 1em;
    margin-bottom: 1em;
    min-height: 320px;
    position: relative;
}
.one-sections img {
    width: 100%;
}

.one-sections-2 .one-col-2 {
    margin-left: 0;
    margin-right: 1em;
}

.one-sections-3 .one-col-3 {
    width: 100%;
    min-height: 320px;
    margin-bottom: 1em;
    position: relative;
}
.one-sections-3 .one-section-w {
    left: 3%;
    right: 65%;
}

.one-section-more {
    padding: 1rem 0 3rem;
    text-align: center;
}
.one-learn-more {
    display: inline-block;
    color: #000;
    text-decoration: underline;
}
.one-learn-more:hover {
    color: #000;
    text-decoration: none;
}

@media screen and (min-width: 2000px) {
    .one-sections .one-section-text {
        font-size: 1.25em;
    }
    .one-sections .one-section-head {
        font-size: 2.25em;
    }
}

@media screen and (max-width: 1309px) {
    .one-sections {
        width: 100%;
        min-width: initial;
    }
    .one-sections .one-row {
        display: flex;
        flex-wrap: wrap;
    }
    .one-sections .one-col-1,
    .one-sections .one-col-2,
    .one-sections .one-col-3 {
        min-height: auto;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .one-sections .one-section-text {
        font-size: 1em;
    }
    .one-sections .one-section-head {
        font-size: 2em;
    }
}
@media screen and (max-width: 1024px) {
    .one-sections .one-col-1,
    .one-sections .one-col-2,
    .one-sections .one-col-3 {
        margin-bottom: 0;
    }
    .one-sections-1 .one-section-w,
    .one-sections-3 .one-section-w {
        top: 7%;
        left: 5%;
        right: 5%;
        text-align: center;
    }
    .one-sections-3 .one-section-w {
        top: 1.5%;
    }
}
@media screen and (max-width: 600px) {
    .one-sections .one-section-text {
        font-size: .875em;
        margin-top: .75em;
    }
    .one-sections .one-section-head {
        font-size: 1.75em;
    }
}

.product-in-the-box .swiper-container .swiper-wrapper .swiper-slide {
    width: 20.5%;
}