#client_logos_div {
    height: 70px;
    width: 100vw;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 50px;
    
}

#client_logos_div h3 {
    border-radius: 10px;
    padding: 5px 10px;
    color: white;
    background-color: var(--accent);
    width: 65vw;  
}


.client_logos {
    width: 60vw;
    height: 90px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;  
}

.client_logos {
    display: flex;
    justify-content: space-evenly;
}

.slick-logo {
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
}

.slick-logo img {
    max-height: 100% !important;
    max-width: 100% !important;
}