.clients {
    background-color: #eeeadf;
}
.caraousel-item__article p {
    margin-top: 0.5rem;
    font-size: 0.5rem;
}

.caraousel-item__article p {
    color: #6b6b6b;
}

.article-image {
    width: 100%;
    height: 250px;
    object-fit: fill;
}

@media screen and (max-width: 1024px) {
    .client-image {
        width: 70% !important;
    }
}

@media screen and (max-width: 768px) {
    .client-image {
        width: 90% !important;
    }
}
