.custom-seo-readmore .custom-section-header {
    margin-bottom: 10px;
}
.custom-seo-readmore .read_more_button, .custom-seo-readmore .read_less_button {
    width: fit-content;
}
.read_more_button,.read_less_button {
    color: #00837D;
    cursor: pointer;
}
.read_less{
    display:none;
}
.cstm_seo .rte a:not(.rte__image):not(.btn){
    border-bottom: none;
}
@media(max-width:767px){
  .cstm_seo h3{
      margin-top:0px;
  }
}