.text-text-component {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (width < 768px) {
  .text-text-component {
    grid-template-columns: repeat(1, 1fr);
  }
}
.text-text-component .text-item p:last-of-type {
  margin-bottom: 0;
}
.text-text-component .text-item a {
  color: #562C80;
}

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