.default .text-component {
  padding: 0;
}

.white_background .text-component {
  background-color: #FFFFFF;
}

.purple_background .text-component {
  background-color: #562C80;
  color: #FFFFFF;
}
.purple_background .text-component a {
  color: #D2C9DF;
}

.white_background .text-component, .purple_background .text-component {
  border-radius: 0.75rem;
  padding: 30px;
}

.default .text-component a, .white_background .text-component a {
  color: #562C80;
}

/*# sourceMappingURL=text-component-style.css.map */
