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

.social-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.social-header h2 {
  font-size: 42px;
  font-weight: 600;
}

/* NAV BUTTONS */
.nav-arrows {
  display: flex;
  gap: 10px;
}

.custom-prev,
.custom-next {
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.custom-prev::after,
.custom-next::after {
  font-size: 14px;
  color: #000;
}

/* CARDS */
.social-card {
  border-radius: 16px;
  overflow: hidden;
}

.social-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SLIDE HEIGHT */
.socialSwiper .swiper-slide {
  height: 420px;
}

.social-section .swiper-button-next,.social-section  .swiper-button-prev { top: 35px; width: 40px; height: 40px;}
.social-section  .swiper-button-prev { left: inherit; right: 60px; }
.social-section  .custom-prev::after, .social-section  .custom-next::after { color: #ED3438; font-size: 14px;}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .social-header h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .socialSwiper .swiper-slide {
    height: auto;
  }
}

@media(min-width: 320px)and (max-width: 767px) { 

.social-section .swiper-button-next, .social-section  .swiper-button-prev {
top: 78px;
}

}