.swiper-news {
  width: 100%;
  height: 100%;
}

.swiper-news .swiper-slide {
  height: 100%;
}

.hero {
  color: var(--text-color);
}

.swiper-pagination-bullets-dynamic {
  font-size: initial;
}

.news.site-container {
  background: var(--bacground);
}

.swiper-news .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 10px;
  width: calc(100% - 10px) !important;
}
.swiper-news .swiper-slide .btn {
  width: fit-content;
}

.swiper-news .swiper-pagination {
  position: unset;
  transform: none !important;
}

.swiper-news .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: var(--text-color);
  opacity: 0.7;
  font-size: 1.1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.swiper-news .swiper-pagination .swiper-pagination-bullet-active  {
  opacity: 1;
}

.swiper-news .swiper-button-prev,
.swiper-news .swiper-button-next {
  position: unset;
  height: 40px;
  margin: 0;
}

.swiper-news .dots {
  margin: 0 8px;
  font-size: 1.2rem;
}

@media (width <= 1200px) {
  .swiper-slide img {
    width: 50px;
  }
}
@media (width <= 786px) {
  .swiper-news .swiper-slide .btn {
    width: 100%;
  }
}
