.wibe-campaign-description {
  color: #2b2a29;
  font-family: "Roboto", Arial, sans-serif;
  margin-top: 24px;
  min-width: 0;
  width: 100%;
}

.wibe-campaign-description .wibe-campaign-description__content {
  min-width: 0;
  overflow-wrap: anywhere;
}

.wibe-campaign-description .wibe-campaign-description__content > :first-child {
  margin-top: 0;
}

.wibe-campaign-description .wibe-campaign-description__content h3 {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 24px 0 12px;
}

.wibe-campaign-description .wibe-campaign-description__content p,
.wibe-campaign-description .wibe-campaign-description__content ul,
.wibe-campaign-description .wibe-campaign-description__content ol {
  margin-bottom: 16px;
}

.wibe-campaign-description .wibe-campaign-description__content ul,
.wibe-campaign-description .wibe-campaign-description__content ol {
  padding-left: 1.5rem;
}

.wibe-campaign-description .wibe-campaign-description__content li + li {
  margin-top: 8px;
}

.wibe-campaign-description .wibe-campaign-description__content a {
  overflow-wrap: anywhere;
}

.wibe-campaign-description .wibe-campaign-description__message {
  background: #f5f5f5;
  border-left: 4px solid #15879e;
  margin: 0;
  padding: 16px;
}

@media (max-width: 760px) {
  .wibe-campaign-description .wibe-campaign-description__content h3 {
    font-size: 1.4rem;
  }
}
