.healthy-breakfast {
    background-color: #F4F5F0;
}

.video-screens {
    display: none !important;
}

.video-screens-adaptive-img {
    display: block !important;
}

.video-screens + img {
    border-radius: 16px;
}

.benefits-slider__item {
    gap: 20px;
}

.benefits-slider__content {
    width: 100%;
    max-width: 480px;
}

.benefits-slider img {
    max-width: 668px;
}

.owl-custom-prev,
.owl-custom-next {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    outline: none;
    border: none;
}

.owl-custom-prev {
    left: 0;
    transform: translateX(-50px);
}

.owl-custom-prev:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../../icons/arrow-left-green.svg") no-repeat;
    background-size: cover;
    transform: translateX(-5px);
}

.owl-custom-next {
    right: 0;
    transform: translateX(50px);
}

.owl-custom-next:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../../icons/arrow-left-green.svg") no-repeat;
    background-size: cover;
    transform: translateX(-5px) rotate(-180deg);
}

@media screen and (min-width: 1100px) {
    .video-screens {
        display: flex !important;
    }

    .video-screens-adaptive-img {
        display: none !important;
    }

    .benefits-slider__item {
        gap: 70px;
    }
}

@media screen and (max-width: 768px) {
    .benefits-slider__content {
        max-width: 100%;
    }

    .benefits-slider img {
        max-width: 100%;
    }
}

@media screen and (min-width: 767px) {
    .healthy-breakfast .container {
        padding: 0 50px;
    }
}