section.clients, section.experts {
    background-image: url(../images/Clients.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
}

section.experts.new {
    padding: 0;
}

@media (max-width: 768px){
    section.clients, section.experts {
        padding: 30px 0;
    }
}

section.clients h2.head, .head{
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    margin: 0;
}

#client-carousel {
    margin-top: 30px;
}

.client-carousel-wrap {
    width: 1140px;
}

#client-carousel-indicators {
    position: relative;
    margin: 30px 0 0;
}

#client-carousel-indicators li {
    background: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: none;
}

@media (max-width: 1262px) {
    .client-carousel-wrap {
        width: 798px;
    }
}

@media (max-width: 880px) {
    section.clients {
        padding: 40px 0;
    }

    #client-carousel {
        margin-top: 20px;
    }

    #client-carousel-indicators {
        margin: 30px 0 6px;
    }

    .client-carousel-wrap {
        width: 580px;
    }
}

@media (max-width: 600px) {
    section.clients {
        height: auto;
        padding: 30px 0;
    }

    section.clients .col {
        flex-basis: unset;
        flex-grow: unset;
    }

    .client-carousel-wrap {
        width: 80%;
    }

    section.clients .img-fluid {
        max-width: 80%;
    }
}

@media (max-width: 768px) {
    .margin-30 {
        margin-bottom: 30px;
    }
}