body {
    font-family: Arial, sans-serif;
    height: 100vh;
    margin: 0;
}

.hero{
    background-image: url('https://themexriver.com/wp/telnet-wp/wp-content/uploads/2023/12/tna-h2-bg-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
  .swiper-slide .img {
    display: block;
    width: 500px;
    height: 700px;
    object-fit: cover;
  }
  @media only screen and (max-width: 768px) {
    .swiper-slide .img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
  }
