.business-page {
  overflow-wrap: break-word;
}

.page-wrapper {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)
    ),
    url('/images/help/help-bg.svg');
  background-repeat: no-repeat;
  background-position: -60px -110px;

  @media (min-width: 768px) {
    background-position: top -40px center;
  }
}

.article-1 {
  @media (min-width: 768px) {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.6),
        rgba(255, 255, 255, 0.6)
      ),
      url('/images/help/help-bg.svg');
    background-repeat: no-repeat;
    background-position: top 20px center;
  }
}

.bg-blue {
  background-color: #4db1c6 !important;
}
