.text-highlight {
  display: flex;
  background-color: var(--color-primary-x-light);
  border-radius: 20px;
  height: 100%;
  align-self: stretch;
}

.text-highlight__wrapper {
  padding: 32px;
  color: var(--color-primary--1);

  display: flex;
  flex-direction: column;
  gap: 10px;
}

.text-highlight__title h3 {
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */

  margin: 0;
}

.text-highlight__text p:first-of-type {
  margin-top: 0;
}
.text-highlight__text p:last-of-type {
  margin-bottom: 0;
}
