/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.section-serving .editor iframe {
  display: block;
  max-width: 900px;
  margin: 20px auto;
}
.section-serving .editor a {
  text-decoration: underline;
}
.section-serving .editor ul {
  margin: 20px 0;
  display: grid;
  grid-gap: 15px;
}
@media (min-width: 1025px) {
  .section-serving .editor ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .section-serving .editor ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .section-serving .editor ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*# sourceMappingURL=section-serving.css.map */