.cta-row__wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: 100%;
}
@media (max-width: 1024px) {
  .cta-row__wrapper {
    flex-direction: column;
  }
}
.cta-row__item {
  text-align: center;
}
.cta-row__image {
  display: block;
  width: 100%;
}
.cta-row__title {
  color: #01a69e;
  margin-top: 12px;
  margin-bottom: 12px;
}
.cta-row__text {
  display: block;
  margin-bottom: 24px;
  min-height: 40px;
  font-size: 15px;
}
.cta-row__link {
  display: block;
}

/*# sourceMappingURL=cta-row.css.map */
