.sections {
  padding: 0 20px;
}

h2.section-title {
  color: var(--color-menthol);
  font-family: var(--font-times-custom);
  font-style: normal;
  line-height: 100%;
  margin: 0;
}
span.section-paragraph, .section-button {
 color: var(--color-menthol);
  font-family: var(--font-general-sans);
  font-style: normal;
  line-height: 120%;
  align-self: stretch;
  font-weight: 400;
}

