.flykitt-slider-section .slide-content {
  display: flex;
  flex-direction: column;
  img {
    height: 378px;
    width: 100%;
    object-fit: cover;
    border-radius: 28px;
    margin-bottom:2rem;
  }
}
.flykitt-slider-section {
  background-color: black;
  * {
    color: white;
  }
}
.mySwiper {
  position: relative;
}

@media screen and (width < 500px) {
  .slide-content {
    img {
      height: 280px;
      width: 280px;
    }
  }
}