.lc-wrapper {
    margin: 40px 0;
}

.lc-header {
    margin-bottom: 20px;
    text-align: center;
}

.lc-brand-name {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.lc-wrapper .swiper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.swiper-slide {
    display: flex;
    justify-content: center
}

.swiper-slide img {
    width: 180px;
    height: 300px;
    object-fit: cover;
}
.swiper-slide h4 {
    text-align: center !important;
    margin: 0.4em 0 .5em;
}