
/*Clients section*/

/* .clients-section {
    background: #E6F3FC;
} */

.client-header {
    color: #4A4C5E;
    font-weight: bold;
    text-align: center;
    font-size: 34px;
}

.client-header span {
    color: #F1592B;
}

.clients-section .swiper {
    padding: 50px 0;
    width: 100%;
}

.clients-section .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clients-section .swiper-slide img {
    max-width: 100%;
    width: auto;
    height: 100px;
}

.clients-section .swiper-pagination-bullet-active {
    background-color: #F1592B !important;
}

.clients-section .swiper-wrapper {
    margin-bottom: 20px;
}
