.partners_section{
    background: #1F2B40;
background: linear-gradient(0deg, rgba(31, 43, 64, 1) 0%, rgba(54, 60, 68, 1) 50%, rgba(86, 83, 73, 1) 100%);
    padding: 5rem 0;
    text-align: center; 
}
.partners_section .title h3 {
    color: #D3AF5E;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0;
}

.partners_section .title p {
    font-size: 1.25rem;
     font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    max-width: 500px;
}
.partners_section .item {
    display:flex;
    background:#FFFFFF;
    margin:1rem;
    align-items:center;
    justify-content:center;
    border-radius:1rem;
    overflow:hidden;
    padding: 1rem;
    min-height: 180px;
}
.partners_section .item img{
    width: 72%;
    max-height: 100px;
}
.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;
}