
/* FORCE MOBILE TITLE PADDING */
@media (max-width: 767px) {
  .cysm-active h1,
  .cysm-active .page-title,
  .cysm-active .entry-title,
  .cysm-active .brxe-post-title,
  .cysm-active .bricks-post-title,
  .cysm-active .wp-block-post-title,
  .cysm-active .elementor-heading-title {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
  }
}
