.article-container {
  overflow-x: hidden;
}
.article-container #traveltips-article-section {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .article-container #traveltips-article-section {
    overflow-x: hiddens;
  }
  .article-container #traveltips-article-section #traveltips-list {
    width: 100%;
    overflow-x: auto;
  }
  .article-container #traveltips-article-section #traveltips-list .row {
    min-width: 1200px;
  }
}
.article-container #lifestyle-article-section {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .article-container #lifestyle-article-section {
    overflow-x: hiddens;
  }
  .article-container #lifestyle-article-section #lifestyle-list {
    width: 100%;
    overflow-x: auto;
  }
}
.article-container #thingstodo-article-section {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .article-container #thingstodo-article-section {
    overflow-x: hiddens;
  }
  .article-container #thingstodo-article-section #thingstodo-list {
    width: 100%;
    overflow-x: auto;
  }
}

/*# sourceMappingURL=article.css.map */
