
@media screen and (max-width: 767px) {
  .heading-40 strong {
    word-break: break-word;
    overflow-wrap: break-word;
    display: block;
  }
}
