.cp-our-clients {
    background-color: #fff;
    padding: 2rem 0;
}

.cp-our-clients__button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cp-our-clients__button div {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: raleway, sans-serif;
    font-weight: 500;
    border: 1px solid #979797;
    padding: 0 0.2rem;
    color: #979797;
    font-size: 0.9rem;
    cursor: pointer;
    height: 110px;
    text-align: center;
}

.cp-our-clients__slider-child .item {
    display: table;
    width: 100%;
    height: 100px;
}

.cp-our-clients__wrap-item {
    width: 100%;
    height: 100%;
    display: table-row;
}

.cp-our-clients__image {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.cp-our-clients__image picture img {
    max-width: 80%;
    width: auto !important;
    max-height: 70px;
    height: auto;
    display: inline-block !important;
    filter: grayscale(1);
}

.cp-our-clients__slider {
    align-items: center;
    display: flex !important;
}

.cp-our-clients__button--our-partners {
    display: none;
}

.cp-our-clients__slider .owl-dot.active span {
    background: #53c8fd !important;
}

.cp-our-clients__icon {
    display: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
    .cp-our-clients__button div {
        writing-mode: horizontal-tb;
        transform: none;
        height: auto;
        padding: 0.2rem 0.5rem;
        margin-bottom: 0.5rem;
    }

    .cp-our-clients__slider {
        display: block !important;
        margin-top: 1rem;
    }

    .cp-our-clients {
        padding: 0 0 2rem;
    }

    .cp-our-clients__icon {
        text-align: center;
        position: relative;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .cp-our-clients__icon--box {
        position: absolute;
        top: -35px;
        background: #f2f2f2;
        width: 25%;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        display: none;
        height: 50px;
        border-radius: 100px 100px 0px 0px;
    }

  
    .cp-our-clients__icon-down {
        color: #53c8fd;
        border-radius: 40px 40px 0px 0px;
        font-size: 1.5rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 600px) and (max-width: 768px) {
    .cp-our-clients__image picture img {
        max-width: 60%;
    }
}
