body.home div.section.channels {
    background-color: #FFFFFF;
    padding: 20px 0;
}

body.home div.section.channels div.container .custom-left-arrow,
body.home div.section.channels div.container .custom-right-arrow {
    top: 45%;
    position: absolute;
    font-size: 35px;
    color: #191919 !important;
    cursor: pointer;
    z-index: 1000;
}

body.home div.section.channels div.container .custom-right-arrow {
    right: unset;
    inset-inline-end: -4%;
}

body.home div.section.channels div.container .custom-left-arrow {
    left: unset;
    inset-inline-start: -3%;
}

body.home div.section.channels div.container .slick-dots li.slick-active button::before,
body.home div.section.channels div.container .slick-dots li.slick-active button::before {
    color: #1b8271 !important
}

body.home div.section.sponsors {
    padding-top: 20px;
    padding-bottom: 40px;
    background: #ffffff;
}

@media (max-width: 767px) {
    body.home div.section.channels div.container .custom-right-arrow {
        right: unset;
        inset-inline-end: 4%;
    }

    body.home div.section.channels div.container .custom-left-arrow {
        left: unset;
        inset-inline-start: 3%;
    }
}
