.partners_section{
      padding: 5rem 0 9rem 0;
    text-align: center; 
}
.partners_section .title p {
    font-size: 2.8rem;
     font-weight: 300;
    color: #2D3578;
    margin-bottom: 0px;
    max-width: 400px;
    text-align:center;
}
.partners_section .title p span {  
    font-weight: 700; 
}

.partners_section .item {
    display:flex; 
    margin:5px;
    align-items:center;
    justify-content:center;
    border-radius:0rem;
    overflow:hidden;
    padding: 0rem;
    min-height: 90px;
}
.partners_section .item img{ 
    max-height: 90px;
}
.partners_section .slick-dots li.slick-active button{
    background:#fff;
    opacity:1;
    width:1.8rem;
    height:3px;
}
.partners_section .slick-dots li button{
    background:#fff;
    opacity:0.38;
    height:3px;
    width:1.8rem;
}

@media(max-width: 1366px) and (min-width: 1191px){
    .partners_section .title p{
        max-width: 350px;
    }
}