
.custom-page .page-title,
.main-page .page-title {
  margin-bottom: 20px;
  text-align: center;
} 

@media screen and (min-width: 769px) {
  .custom-page .page-title,
  .main-page .page-title {
    margin-bottom: 40px;
  }
}

.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;
  }
  #shopline-section-main .main-page.page-width--narrow.section-padding {
    padding-top:100px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 959px) {
   

    #shopline-section-main .main-page.page-width--narrow.section-padding {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}


.main-page h2,
.main-page h3,
.main-page h4,
.main-page h5,
.main-page h6,
.main-page p,
.main-page .rte {
    line-height: 1.5;
    font-family: Poppins;
}

.main-page h1,
.main-page h2,
.main-page h3,
.main-page h4,
.main-page h5 ,
.main-page h1 strong,
.main-page h2 strong,
.main-page h3 strong,
.main-page h4 strong,
.main-page h5 strong {
    font-weight: 600;
}
.main-page h1 {
    line-height: 1.2;
    font-family: Poppins;
    font-size: 60px;
    margin-bottom: 40px;
}
.main-page h2 {
    margin-top: 100px;
    font-size: 36px;
    margin-bottom: 40px;
}
/* .main-page h2:not(:first-of-type) {
    padding-top: 40px;

} */
.main-page h3 {
    font-size: 30px;
    margin-bottom: 12px;
    margin-top: 20px;
}
.main-page h4 {
    font-size: 20px;
}
.main-page h5 {
    font-size: 18px;
}
.main-page p,
.main-page .rte,
.main-page li {
    font-weight: 400;
    font-size: 18px;
}
.main-page p strong {
    font-weight: 600;
}
/* .main-page p {
    margin-bottom:32px;
} */
.main-page .paymenticonlist .paymenticon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 1.2em 0;
}
 .main-page .paymenticonlist .paymenticon img {
    width: 78px;
    height: auto;
}
.main-page a,
.main-page .rte a:hover,
.main-page .rte a {
    color: #13b2ba;
}
#shopline-section-main .main-page .rte td {
    padding: 12px;
}
#shopline-section-main .main-page .rte ul,
#shopline-section-main .main-page .rte ol {
    margin: 0 0 0 -18px;
}

@media (max-width: 959px) {
    .main-page h1,
    .main-page h2,
    .main-page h3,
    .main-page h4,
    .main-page h5 {
        margin-bottom: 10px;
    }
    .main-page h1 {
        font-size: 30px;
    }
    .main-page h2 {
        margin-top: 40px;
        font-size: 20px;
    }
    .main-page h3 {
        font-size: 16px;
    }
    .main-page h4 {
        font-size: 14px;
    }
    .main-page h5 {
        font-size: 12px;
    }
    /* .main-page p {
        margin-bottom: 18px;
    } */

    .main-page .paymenticonlist .paymenticon img {
        width: 70px;
        height: 48px;
    } 
}
/* 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 */
