.lifestyle-container {
  padding-bottom: 100px;
}
.lifestyle-container #lifestyle-article-section {
  width: 100%;
  overflow-x: hidden;
}
.lifestyle-container #lifestyle-article-section #lifestyle-list {
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .lifestyle-container #lifestyle-article-section #lifestyle-list .row {
    min-width: 1300px;
  }
}
.lifestyle-container #lifestyle-article-section #lifestyle-list .row .lifestyle-article-card {
  max-width: 100% !important;
  aspect-ratio: unset !important;
  height: 420px;
}
.lifestyle-container #lifestyle-article-list #lifestyle-list {
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .lifestyle-container #lifestyle-article-list #lifestyle-list .row {
    min-width: 1300px;
  }
}
.lifestyle-container #lifestyle-article-list #lifestyle-list .row .lifestyle-article-card {
  max-width: 100% !important;
  aspect-ratio: unset !important;
  height: 420px;
}

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