.clients-section {
    padding: 4rem 0;
    background-color: rgba(40, 40, 40, 0.5);
    margin: 2rem 0;
}

.clients-section .section-title {
    color: var(--primary-color);
}

.clients-section .carousel-item img {
    max-width: 120px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.clients-section .carousel-item h3 {
    font-size: 0.9rem;
    color: #fff;
    margin: 0;
    text-align: center;
}

@media (max-width: 768px) {
    .clients-section .carousel-item img {
        max-width: 100px;
        height: 70px;
    }
}

@media (max-width: 480px) {
    .clients-section .carousel-item img {
        max-width: 80px;
        height: 60px;
    }
}
