.text-section {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background-color);
}

.text-section__wrapper {
  text-align: center;
  color: var(--text-color);
}

.text-section__wrapper p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.text-section__wrapper p a {
  text-decoration: underline;
}