#latest-news .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
#tiktok-embed blockquote {
  margin: 0;
}
#latest-news .swiper-pagination--custom {
  display: none;
}

@media only screen and (max-width: 767px) {
  #latest-news-tik-tok {
    grid-template-columns: 1fr;
  }
  .tiktok-embed {
    min-width: auto!important;
  }
  #latest-news-tik-tok.container {
    padding: 0;
  }
  #latest-news {
    padding: 0;
    overflow: hidden;
  }
  #latest-news-tik-tok .page-section__title {
    padding: 0 27px;
  }
  #latest-news .swiper-wrapper {
    display: flex;
    flex-direction: inherit;
  }
  #latest-news .swiper-slide {
    width: 208px;
  }
  .latest-news-swiper-wrapper {
    padding-left: 27px;
    margin-bottom: 22px;
    position: relative;
  }
  .news-box--2 a {
    flex-direction: column;
    gap: 8px;
  }
  .news-box--2 .news-box__thumbnail {
    width: 100%;
  }
  #latest-news .ver-todas-btn {
    width: calc(100% - (27px * 2));
    margin: auto;
  }
  #latest-news .swiper-pagination--custom {
    display: block;
  }
}