/* .custom-page .page-title,
.main-page .page-title {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .custom-page .page-title,
  .main-page .page-title {
    margin-bottom: 30px;
  }
}

.custom-page .placeholder {
  display: inline-block;
  height: 335px;
  width: 100%;
  background-color: rgba(var(--color-text), 0.05);
}

@media screen and (min-width: 960px) {
  .custom-page .placeholder {
    width: 100%;
    height: 525px;
  }
} */

.rich_text_container p > strong {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.rich_text_container p {
  font-size: 15px;
}

.main-page table,
.main-page th,
.main-page td {
  border: 2px solid rgba(var(--color-text), 0.5);
  border-collapse: collapse;
}
.main-page td,
.main-page th {
  padding: 0px 18px;
}
.main-page th {
  background-color: #344274;
  color: white;
}
.main-page h1 {
  font-size: 30px;
}
.main-page h2 {
  font-size: 25px;
}
.main-page h3 {
  font-size: 20px;
}
.main-page h4 {
  font-size: 15px;
}

.main-page h5 {
  font-size: 12px;
}
/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */
