.compsa_service_help {
  background: var(--neutral-1);
  position: relative;
}
.compsa_service_help:before {
  content: "";
  background: var(--primary-1);
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.compsa_service_help_wrapper {
  padding: var(--padding-regular);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: var(--max-width);
  margin: auto;
  position: relative;
}
.compsa_service_help_title {
  color: var(--primary-30);
  text-align: center;
  font-family: var(--font-headings);
  font-size: var(--text-size-subheading);
  margin-bottom: 8px;
  font-style: normal;
  font-weight: var(--regular);
  line-height: normal;
}
.compsa_service_help_content {
  color: var(--primary-30);
  text-align: center;
  font-family: var(--font-titles);
  font-size: var(--text-size-subtitles);
  font-style: normal;
  font-weight: var(--regular);
  line-height: var(--line-height-large);
  margin-bottom: var(--padding-regular);
}
.compsa_service_help_button {
  background: var(--primary-5);
  color: var(--neutral-1);
  font-family: var(--font-titles);
  font-size: var(--text-size-subtitles);
  font-style: normal;
  font-weight: var(--bold);
  line-height: var(--text-size-content);
  letter-spacing: 0.4px;
  text-transform: capitalize;
}
