.home-hero {
  position: relative;
  
  .swiper {
    width: 100%;
  }
  
  .swiper-wrapper {
  }
  .swiper-slide img {
    aspect-ratio: 5 / 4;
    object-fit: cover;
    width: 100%;
  }
}
.home-hero__mark {
  top: -2.5rem;
  right: 32%;
  width: 400px;
}
.home-gallery {
  .swiper-wrapper {
    transition-timing-function: linear;
  }
  .swiper-slide img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
  }
  .swiper:not(.swiper-initialized) .swiper-slide {
    min-width: 400px;
  }
}
.index-news__article{
  margin-top: 40px;
}
.index-news__thmb{
  width: 100%;
  max-width: 368px;
}


@media screen and (min-width: 768px) {
  .home-hero {
    .swiper-slide img {
      aspect-ratio: 16 / 9;
    }
  }
}

@media screen and (min-width: 1024px) {
  .home-hero {
    .swiper-slide img {
      aspect-ratio: 2 / 1;
    }
  }
}

@media screen and (min-width: 1200px) {
  .home-hero {
    .swiper-slide img {
      aspect-ratio: 5 / 4;
    }
  }
  .home-desktop-nav {
    display: flex;
  }
}

@media screen and (max-width: 768px){
  .index-news__article {
    flex-direction: column;
  }
}