.custom-page .page-title,
.main-page .page-title {
   margin-block-end: 50px;
   text-align: center;
   font-size: 40px;
   line-height: 48px;
   color: #2e2e2e;
   font-family: "Celias-Medium";
   letter-spacing: 0px;
   text-transform: capitalize
}

@media screen and (min-width: 960px) {
  .custom-page .page-title,
  .main-page .page-title {
    margin-block-end: 30px;
  }
}

.custom-page .placeholder {
  display: inline-block;
  height: 335px;
  width: 100%;
  background-color: rgba(var(--color-text), 0.05);
}

.main-page .breadcrumb {
  text-align: center;
}

@media screen and (min-width: 960px) {
  .custom-page .placeholder {
    width: 100%;
    height: 525px;
  }
}

/* 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 */
