.brands-section-list {
    margin-top: 30px;
    padding-bottom: 70px;
}
.brands-section__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    position: relative;
}
a.brands-section__item {
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px #0000000D;
    border-radius: 2px;
    overflow: hidden;
}
.brands-section__photo {
    width: 100%;
    height: 336px;
    overflow: hidden;
}
.brands-section__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
.brands-section__info {
    text-align: center;
    padding: 26px 22px;
}
.brands-section__title {
    color: #000000;
    font-size: 16px;
    transition: color 0.3s ease-in-out;
}
.brands-section__desc {
    margin-top: 16px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 500;
}
.brands-banner-main {
    height: 765px;
    width: 100%;
    background-size: cover;
    position: relative;
}
img.brands-banner-main__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.brands-banner-main__video {
    position: absolute;
    width: 100%;
    height: 100%;
}
.brands-banner-main__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brands-banner-main__content {
    height: 765px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}
.brands-banner-main__title img {
    width: 340px;
}
.brands-banner-main__desc {
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    width: 540px;
    margin: 80px 0 30px;
}
.brands-banner-main__btn {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.brands-info-text {
    margin: 85px 0;
}
.brands-info-text.wrap .brands-info-text__content {
    flex-direction: row-reverse;
}
.brands-info-text__content {
    display: flex;
    background: #F1EEEB;
    border-radius: 6px;
    overflow: hidden;
}
.brands-info-text__left {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 115px;
}
.brands-info-text__image {
    width: 45%;
    height: 758px;
}
.brands-info-text__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brands-info-text__slider {
    overflow: hidden;
    width: 100%;
}
.brands-info-text__title {
    color: #000000;
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1;
}
.brands-info-text__text {
    margin-top: 42px;
    padding-right: 50px;
    height: 265px;
    overflow: hidden;
}
.brands-info-text__text p {
    margin: 24px 0;
    line-height: 1.5;
}
.brands-info-text__prev {
    z-index: 6;
    position: absolute;
    right: calc(45% - 65px);
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    display: block !important;
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.brands-info-text__prev svg {
    transform: rotate(180deg);
}
.brands-info-text__next {
    z-index: 6;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    display: block !important;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.brands-info-text__prev.swiper-button-disabled,
.brands-info-text__next.swiper-button-disabled {
    opacity: 0.4;
    cursor: no-drop;
}
.brands-info-text__prev.swiper-button-disabled:hover svg path,
.brands-info-text__next.swiper-button-disabled:hover svg path {
    stroke: #000000 !important;
}
.brands-info-text__prev svg path,
.brands-info-text__next svg path {
    transition: stroke 0.3s ease-in-out;
}
.brands-info-text__pagination {
    position: absolute;
    bottom: 155px !important;
    left: 115px !important;
    width: max-content !important;
}
.brands-info-text__pagination span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: width 0.3s ease-in-out;
}
.brands-info-text__pagination span.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0);
    opacity: 1;
    width: 18px;
    height: 6px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.brand-list .pagination {
    display: none;
}
.brand-list__btn {
    margin-top: 50px;
    text-align: center;
}