.container.projects .text-center a {
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
}

.dc-simple-slider::-webkit-scrollbar {
    width: 0;
    background: transparent; 
    -ms-overflow-style: none;  /* IE 10+ */
    scrollbar-width: none; /* Firefox */
}

@media (max-width: 992px) and (min-width: 768px) {
    .dc-simple-slider .simple-slider__item img {
        width: auto;
    }
}

@media screen and (max-width: 575px) {
    .simple-slider-marginMinus {
        margin-left: -30px;
        margin-right: -30px;
    }

    .simple-slider-marginMinus .dc-simple-slider {
        padding: 0 15px;
    }
}

