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

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

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

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

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

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