.cookie-policy-title {
  color: #1e1e1e;
}
/* 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;
}

.title-banner-cms {
  font-size: 44px;
  font-weight: 900;
}
.subtitle-banner-cms {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}
@media screen and (min-width: 1023px) {
  .desk-hidden {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .title-banner-cms {
    font-size: 22px;
  }
  .subtitle-banner-cms {
    font-size: 21px;
    line-height: 21px;
  }
}
