@media (min-width: 960px) {
    .custom-featured-in__image {
        display: block;
        width: 70%;
        height: 100%;
    }

    .slider-custom-featured-in .custom-featured-in__item .item--content {
        width: 50%;
        margin: 0 auto;
    }

    .custom-featured-in__control--dots {
        margin-top: 20px;
    }

    .control__dots--warp {
        display: flex;
        justify-content: space-between;
        gap: 40px;
    }

    .control__dots--warp .control__dots--item {
        display: flex;
        justify-content: center;
        border: none;
        background-color: unset;
        opacity: 0.2;
        cursor: pointer;
    }

    .control__dots--warp .control__dots--item.is-active {
        opacity: 1;
    }
}

@media screen and (max-width: 959px) {
    .custom-featured-in__image {
        display: block;
        width: 50%;
        height: 100%;
    }

    .slider-custom-featured-in .custom-featured-in__item .item--content {
        width: 90%;
        margin: 0 auto;
    }

    .slider-custom-featured-in .custom-featured-in__item .item--image {
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }
}