@charset "UTF-8";

@media (max-width: 767px) {
  .history__content {
    margin-top: 20px;
  }
  .history__content .fr3-productListStatic__responsive_4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 2.98%;
  }
  .history__content .fr3-item__link {
    gap: 8px!important;
  }
  .mail__wrap {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .history__content {
    margin-top: 100px;
  }
  .history__content .fr3-productListStatic__responsive_4 {
    grid-template-columns: repeat(5, 1fr);
    gap: 60px 1.78%;
  }
  .history__content .fr3-item__link {
    gap: 10px!important;
  }
  .history__content .fr3-item__productPrice {
    margin-top: 4px;
  }
  .mail__wrap {
    margin-top: 200px;
  }
}