{# ### #}
{# PLEASE UPDATE THE current-module CLASS AFTER PASTING THIS TEMPLATED MODULE #}
{# ### #}
.logo-slider__wrapper {
  flex-direction: column; 
}
.logo-slider__wrapper {
    max-width: unset;
  padding-left: 0;
    padding-right: 0;
}
.logo-title__container {
    max-width: 1250px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.logo-title__container p {
    font-size: 20px;
    margin-top: 10px;
}
.logo-slider-module .misc__splide {
    display: flex;
    align-items: center;
    & li {
        display: flex;
        justify-content: center;
    }
    & img {
        max-width: 160px;
    }
}