.mySwiper img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: auto;
  display: block;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 250px;
  object-fit: cover;
  border-radius: 10px;
  margin: auto;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .mySwiper img {
    max-width: 300px;
  }
}

.mySwiper {
  display: none;
}

.row.imagens {
  display: flex;
}

@media (max-width: 770px) {
  .row.imagens {
    display: none;
  }

  .mySwiper {
    margin-top: 30px;
    display: block;
    max-width: 95%;
    margin: auto;
  }

  .mySwiper img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 10px;
    margin: auto;
    display: block;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 12px;
}
