.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: white;
}

.swiper-slide {
  margin-right: 1.5rem;
  width: 160px;
  margin-bottom: 1.5rem;
}

.swiper-slide img {
  height: 150px;
  width: 150px;
  object-fit: cover;
}

.swiper-slide {
  margin-right: 0rem;
}

.swiper-pagination2 {
  display: none;
}

.swiper-container2 {
  overflow: hidden;
}

.swiper-slide-next .overlayC {
  background-color: rgba(218, 43, 12, 0.6);
  border-radius: 5px;
}

.newSocial2 {
  margin-right: 1rem;
}

@media screen and (max-width:1200px) {
  .swiper-slide img {
    height: 200px;
    width: 200px;
    margin: auto;
    display: block;
    object-fit: cover;
  }
}

@media screen and (max-width:500px) {
  .swiper-slide img {
    height: 200px;
    width: 200px;
    margin: auto;
    display: block;
    object-fit: cover;
  }
  .swiper-slide-active .overlayC {
    background-color: rgba(218, 43, 12, 0.6);
  }
}