.desk-hidden {
  display: none;
}
.mobile-hidden {
  display: block;
}
.relative.flex.w-full.flex-col.items-center.justify-center.py-v {
  padding-top: 24px !important;
}
/* Editorial styles */
.seo-cms h2 {
  margin: 20px 0;
}

.seo-cms h3 {
  margin: 20px 0;
}

.editorial-cms h2 {
  color: #1e1e1e !important;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.editorial-cms h3 {
  color: #1e1e1e !important;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.editorial-cms p {
  margin-bottom: 10px;
}

.editorial-cms ul {
  list-style: disc;
  margin: 20px 0;
  padding: revert;
}

.editorial-cms ol {
  list-style: auto;
  margin: 0;
  padding: revert;
}

.seo-cms h2 {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 700;
}

.seo-cms h3 {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 700;
}

.table-responsive td {
  text-align: center;
}

.table-responsive table {
  padding: 0;
}

.table-responsive {
  margin: 20px 0;
}
@media screen and (max-width: 1023px) {
  .mobile-hidden {
    display: none;
  }
  .desk-hidden {
    display: block;
  }
  .banner-mobile.title-font-size {
    font-size: 18px;
    display: block;
  }

  .banner-mobile.subtitle-font-size {
    font-size: 14px;
    display: block;
    line-height: 20px;
  }
  .relative.flex.w-full.flex-col.items-center.justify-center.py-v {
    padding-top: 20px !important;
  }
}
