@charset "UTF-8";

@media only screen and (max-width: 1418px) and (min-width: 561px) {
  .main-area.lp {
    padding-top: 0 !important;
  }
  .archive_slider .bx-wrapper ul li {
    margin-right: 1rem !important;
    /* width: 23.5rem !important; */
  }
}

@media only screen and (min-width: 561px) {
  .archive_slider {
    width: 120rem !important;
    max-width: unset !important;
    min-width: unset !important;
  }
  .archive_slider > h4 {
    padding: 6.3rem 0 3.7rem;
  }
}