.l-destiny-articles .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: block;
}
.l-destiny-articles .swiper:not(.swiper-initialized) .swiper-slide:nth-child(-n+4) {
  display: block;
}
.l-destiny-articles .swiper:not(.swiper-initialized) .swiper-slide:not(:nth-child(-n+4)) {
  display: none;
}
.l-destiny-articles .o-button-section {
  display: none;
}
@media (max-width: 575.98px) {
  .l-destiny-articles .o-button-section {
    display: flex;
  }
}