
.mySwiper--activities-social {
    /* overflow: visible; */
    background: transparent;
    overflow: visible;
}

.mySwiper--activities-social .swiper-slide {
    background: #FFF;
    padding: 10px;
    display: flex;
    font-size: clamp(1rem, 0.8566rem + 0.5362vw, 1.5rem);
    margin-bottom: clamp(1.25rem, 0.1351rem + 4.0541vw, 5rem);
    box-shadow: 0 4px 45px rgba(14, 38, 72, 0.1);
}

.activities-social__img {
    order: 1;
    width: 100%;
    height: clamp(16rem, 13.2031rem + 10.4558vw, 25.75rem);
    object-fit: cover;
}

.activities-social__img--placeholder {
    height: 100%;
    background-color: #1B4580;
    background-image: url("data:image/svg+xml,%3Csvg width='240' height='165' viewBox='0 0 240 165' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_313_2)'%3E%3Cpath d='M162 75.2898C172.71 75.2898 181.39 66.6098 181.39 55.8998C181.39 45.1898 172.71 36.5098 162 36.5098C151.29 36.5098 142.61 45.1898 142.61 55.8998C142.61 66.6098 151.29 75.2898 162 75.2898Z' fill='%23BBBDBF'/%3E%3Cpath d='M0 0V164.56H240V0H0ZM231.89 156.45H224.81L173.62 105.26L146.57 132.31L89.42 75.16L8.13 156.45H8.12V8.11H231.89V156.44V156.45Z' fill='%23BBBDBF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_313_2'%3E%3Crect width='240' height='164.56' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px;
}



.swiper.mySwiper--activities-social {
    display: block !important;
  }
  .swiper-wrapper {
    display: block !important;
  }
  .swiper-slide {
    display: block !important;
    width: 100% !important;
    margin-bottom: 50px;
  }
.nav-tabs--about.nav-fixed {
    padding-left: 12px;
  }

@media (max-width: 1199px) {
    .activities-social__img {
        margin-bottom: 20px;
        order: 0;
    }
    .section-center-about .section {
        padding: 32px 0;
    }
    .nav-tabs--about.nav-fixed {
      display: none;
    }

}
