.sud-article-slider {
  background-color: var(--primary-color);
}
.sud-article-slider .page-width {
  position: relative;
}
.sud-article-slider .article-slider-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 23px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 575.98px) {
  .sud-article-slider .article-slider-header {
    flex-direction: column;
    align-items: center;
  }
}
.sud-article-slider .article-slider-header .heading-lg {
  line-height: 35px;
}
@media only screen and (max-width: 769.98px) {
  .sud-article-slider .article-slider-header .heading-lg {
    line-height: 30px;
  }
}
.sud-article-slider .article-slider-header .heading-sm {
  text-decoration: underline;
  font-size: 16px;
  line-height: 25px;
  margin-top: 13px;
}
.sud-article-slider .article-slider-header a {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 20px auto 0;
}
@media only screen and (max-width: 769.98px) {
  .sud-article-slider .article--slider {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.sud-article-slider .swiper-button-next, .sud-article-slider .swiper-button-prev {
  top: 100px;
}
@media only screen and (max-width: 769.98px) {
  .sud-article-slider .swiper-button-next, .sud-article-slider .swiper-button-prev {
    display: none;
  }
}
.sud-article-slider .swiper-button-next {
  right: 100px;
}
.sud-article-slider .swiper-button-prev {
  right: 130px;
  left: unset;
}
