/* carousel div wrapper */
.clients-carousel {
    margin-top: 20px;
}
.item {
    padding: 10px 20px;
}
.i-text {
    transition: all .6s;
    filter: grayscale(1);
    transform: scale(.8);
}
.i-text:hover {
    cursor: pointer;
    filter: none;
}

.works-carousel .item {
    padding: 10px 20px;
    justify-content: center;
    text-align: center;
}
.works-carousel .item .item-inner img {
    width: 100%;
    height: 350px;
    text-align: center;
}
@media all and (max-width: 768px) {
    .i-text {
        filter: none;
    }
    .contact-btn {
        border: 2px solid #000000;
    }
}