@media screen and (min-width: 0px) and (max-width: 550px) {
  .ps-3 {
    padding-left: 0px !important;
  }

  /* show it on small screens */

  .widget.widget-size-75 {
    width: 100% !important;
    float: left !important;
  }

  .widget.widget-size-66 {
    width: 100% !important;
    float: left !important;
  }

  .widget.widget-size-50 {
    width: 100% !important;
    float: left !important;
  }

  .widget.widget-size-33 {
    width: 100% !important;
    float: left !important;
  }

  .widget.widget-size-25 {
    width: 100% !important;
    float: left !important;
  }
}


@media screen and (min-width: 551px) and (max-width: 912px) {

  .ps-3 {
    padding-left: 0px !important;
  }

  /* show it on small screens */

  .widget.widget-size-75 {
    width: 100% !important;
    float: left !important;
  }

  .widget.widget-size-66 {
    width: 100% !important;
    float: left !important;
  }

  .widget.widget-size-50 {
    width: 100% !important;
    float: left !important;
  }

  .widget.widget-size-33 {
    width: 50% !important;
    float: left !important;
  }

  .widget.widget-size-25 {
    width: 100% !important;
    float: left !important;
  }
}

.subpage-paragraph>.ps-3>ul>li>a{
  word-wrap: break-word
}

.subpage-paragraph>.ps-3>p[style*="text-indent: -"] {
  text-indent: 0 !important;
}
.subpage-paragraph>.ps-3>p>span[style*="text-indent: -"] {
  text-indent: 0 !important;
}
.subpage-paragraph .ps-3 a:not([href]), a:not([href]):hover {
  color: inherit !important;
  text-decoration: none !important;
  cursor:text !important;
}