.main-title {
    font-family: Cruinn-Bold, serif;
    font-size: 22px;
    text-transform: uppercase;
}
.brand-wrapper {
    position: relative;
}
.brand-wrapper .swiper-brands {
    margin-left: 61px;
    width: calc(100% - 122px);
}
.brand-wrapper .custom-swiper-button-next,
.brand-wrapper .custom-swiper-button-prev {
    position:absolute;
    top:50%;
    width:14px;
    height:19px;
    margin-top: calc(0px - (19/ 2));
    z-index:10;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#FFFFFF;
}

.brand-wrapper .custom-swiper-button-next {
    right: 41px;
    left: auto;
}

.brand-wrapper .custom-swiper-button-prev {
    left: 41px;
    right: auto;
}
.swiper-slide {
    display: flex;
    justify-content: center;
}
.swiper-brands .swiper-slide {
    /* width: 222px !important;     */
    height: 163px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.swiper-brands .swiper-slide a img {
    max-height: 163px;
}
.swiper-brands .brand-img-items {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}
