.brand-carousel {
  position: relative;
}
.brand-carousel .swiper-wrapper {
  align-items: center;
}
.brand-carousel .swiper-button-wrapper {
  display: none;
  justify-content: center;
  margin-top: 40px;
  gap: 15px;
}
.brand-carousel .swiper-button-prev, .brand-carousel .swiper-button-next {
  position: static;
  width: 26px;
  height: 26px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
  color: #FFFFFF;
  border-radius: 50%;
  background-color: var(--primary);
}
.brand-carousel .swiper-button-prev::after, .brand-carousel .swiper-button-next::after {
  font-size: 12px;
}
.brand-carousel .swiper-button-prev:hover, .brand-carousel .swiper-button-next:hover {
  background-color: var(--secondary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.brand-carousel .swiper-pagination {
  position: static;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  gap: 10px;
}
.brand-carousel .swiper-pagination-bullet {
  line-height: 1;
  width: 12px;
  height: 12px;
  margin: 0 !important;
  opacity: 1;
  background-color: var(--primary);
}
.brand-carousel .swiper-pagination-bullet-active {
  background-color: var(--secondary);
}

.brand {
  display: flex;
  justify-content: center;
}

.brand-section{
  padding: 80px 0; 
}

.brand-section h2{
  font-family: 'Nexa';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #004545;
  margin-bottom: 45px;
}
.brand-section {
  background: #F4EFE8 !important;
}

/*--responsive--*/
@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 767px) {
  .brand-section {
    padding: 40px 0 60px;
  }
}