.mySwiper .swiper-slide {
   width: 382px !important;
   height: 230px !important;
   cursor: pointer;
}

.mySwiper .swiper-slide img {
   height: 230px !important;
   width: 100%;
}

.swiper {
   padding: 0 !important;
}

@media (max-width: 768px) {
   .mySwiper .swiper-slide {
      width: 25% !important;
      min-width: 297px !important;
      height: 199px !important;
   }

   .mySwiper .swiper-slide img {
      height: 199px !important;
   }
}

@media(max-width: 450px) {
   .about .about-content .container .about__content-id-1 .content .content-list .content-list-item ul {
      gap: 12px;
   }
}

.about .about-content .container .about__content-id-1 .content .content-list .content-list-item ul {
   gap: 5px;
}

.container .p-list {
   gap: 7px;
}

@media(max-width: 768px) {
   .about .about-content .container .about__content-id-1 .about-adventages ul li p:last-child {
      text-align: center;
   }
}