.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 6rem 0;
}

.articleSwiper {
  width: 100%;
  padding: 20px 0 60px 0;
}

.articleSwiper .swiper-slide {
  height: auto;
}

.griditem {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.arturl {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.artimg {
  width: 100% !important;
  height: 17rem !important;
  object-fit: cover !important;
  background-position: center !important;
  border-radius: 1rem !important;
  display: block;
}

.arttitle {
  color: #f6f6f6;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.75rem; /* 116.667% */
  min-height: auto;
  height: auto;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.articleSwiper .article-button-next,
.articleSwiper .article-button-prev {
  color: #007bff;
  background: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.articleSwiper .article-button-next:after,
.articleSwiper .article-button-prev:after {
  font-size: 20px;
}

.articleSwiper .article-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 1.25rem;
  height: 1.25rem;
  margin: 6px;
}

.articleSwiper .article-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffd930;
}

@media (max-width: 768px) {
  .container {
    padding: 3rem 0;
  }

  .artimg {
    height: 180px !important;
  }

  .arttitle {
    font-size: 1.3125rem;
  }

  .articleSwiper .article-button-next,
  .articleSwiper .article-button-prev {
    width: 36px;
    height: 36px;
  }

  .articleSwiper .article-button-next:after,
  .articleSwiper .article-button-prev:after {
    font-size: 16px;
  }
}
