.text-and-slider {
    position: relative;
}
.text-and-slider-row {
    display: flex;
    flex-flow: wrap;
    max-width: 1920px;
    margin: 0 auto;
}
.text-and-slider-col.col-left {
    width: 40.52%;
}
.text-and-slider-content {
    max-width: 516px;
    padding: 0 30px;
    margin-left: auto;
}
.text-and-slider-content p:not(.b2-eyebrow) {
    font-size: 1.125rem;
}
.text-and-slider-content .b2-link {
    margin-top: 30px;
}
.text-and-slider-col.col-right {
    width: 59.47%;
}
.text-and-slider-slide-wrap {
    position: relative;
}
.text-and-slider-slide-wrap .slick-list {
    padding-right: 9%;
}
.text-and-slider-item {
    position: relative;
    display: block;
    margin: 0 9%;
}
.text-and-slider-item img {
    display: block;
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
}
.text-and-slider-item p {
    font-size: 1.125rem;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    background-color: var(--melaleuca-color);
    z-index: 2;
}
.text-and-slider-slide-arrow {
    width: 45.5%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}
.text-and-slider-slide-arrow a {
    pointer-events: auto;
}

@media only screen and (max-width: 1700px) { /* check 1601 */
    .text-and-slider-item p {
        font-size: 1rem;
        padding: 12px;
    }
}

@media only screen and (max-width: 1500px) { /* check 1401 */
    .text-and-slider-item {
        margin: 0 11%;
    }
}

@media only screen and (max-width: 1280px) { /* check 1081 */
    /* .text-and-slider {
        padding: 0 80px;
    } */
    .text-and-slider-row {
        display: block;
    }
    .text-and-slider-col.col-left,
    .text-and-slider-col.col-right {
        width: 100%;
    }
    .text-and-slider-content {
        max-width: 768px;
        margin: 0 auto 60px;
        padding: 0 30px;
        text-align: center;
    }
    .text-and-slider-slide-wrap .slick-list {
        padding-right: 0;
    }
    .text-and-slider-slide-wrap {
        max-width: 90%;
        margin: 0 auto;
        padding: 0 6%;
    }
    .text-and-slider-slide-arrow {
        width: 100%;
    }
    .text-and-slider-content p:not(.b2-eyebrow) {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1080px) { /* check 1025 */
    .text-and-slider-item img {
        height: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .text-and-slider {
        padding: 0 30px;
    }
    .text-and-slider-content {
        max-width: 768px;
        margin: 0 auto 60px;
        padding: 0px;
    }
}