.coleagues-container {
    background-image: url("/Plugins/Kdr/Content/images/background-coleague.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 64px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 310px;
    background-position: center;
    margin-top: 50px !important;
    position: relative
}
    .coleagues-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #0F4C98 0%, rgba(15, 76, 152, 0) 100%)
    }

.coleagues-container .swiper-slide img{
    max-width: 280px;
    max-height: 120px
}
    .coleagues-container .swiper-button-next, .coleagues-container .swiper-button-prev {
        height: 46px;
        width: 46px;
        font-size: 1.3rem;
        border-radius: 8px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 5px;
    }
.desc-swiper-coleagues {
    max-width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}