.article-slider .article-slider-header {
  display: flex;
  justify-content: space-between;
  color: #000;
  width: 100%;
}
.article-slider .article-slider-header a {
  height: -moz-max-content;
  height: max-content;
}
.article-slider .article-slider-header .heading-lg {
  font-size: 24px;
}
.article-slider .article-slider-description {
  max-width: 700px;
}
.article-slider .article--slider {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .article-slider .article--slider {
    margin-right: -1.5rem;
  }
}
.article-slider .article-slider-link {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .article-slider .article-slider-link {
    justify-content: space-between;
    margin-top: 10px;
    margin-right: 1.5rem;
  }
}
.article-slider .article-slider-link.article-slider-link-inline {
  width: 100%;
  justify-content: space-between;
}
.article-slider .swiper {
  display: flex;
  flex-direction: column-reverse;
}
.article-slider .swiper-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .article-slider .swiper-header {
    flex-direction: column;
  }
}
.article-slider .swiper-controls {
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .article-slider .swiper-controls {
    margin-right: 1.5rem;
  }
}
.article-slider .swiper-controls .swiper-button-prev {
  position: static;
  background-color: var(--bg-2-color);
  border-radius: 25px 0 0 25px;
  width: 37px;
  height: 42px;
  margin: 0;
}
.article-slider .swiper-controls .swiper-button-prev:after {
  font-size: 16px;
}
.article-slider .swiper-controls .swiper-button-next {
  position: static;
  background-color: var(--bg-2-color);
  border-radius: 0 25px 25px 0;
  width: 37px;
  height: 42px;
  margin: 0;
}
.article-slider .swiper-controls .swiper-button-next:after {
  font-size: 16px;
}
