.aboutContainer *{
    margin: 0;
    padding: 0;
}
.aboutImage{
  position: relative;
  height: 300px;
  width: 100%;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
}

.aboutImage .swiper {
  width: 70%;
  height: 100%;
}

.aboutImage .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutImage .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width:1000px) {
  .aboutImage .swiper {
    width: 100%;
  }
}