@media only screen and (min-width: 992px) {
    .centered.logos-gallery .splide__list {
        justify-content: center;
    }
}


@media only screen and (max-width: 767px) {
    .logos-gallery  .splide__pagination {
        bottom: -20px;
    }
}