.text-banner {
  margin-top: 34px;
  margin-bottom: 34px;
}

.text-banner__content ul {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 27px;
}

.text-banner__body {
  background: #dad3e9;
  padding: 34px 56px;
  border-radius: 24px;
}

.text-banner.text-banner--padding-48 .text-banner__body {
  padding: 48px !important;
}

.text-banner.text-banner--bg-gray .text-banner__body {
  background: #f5f5f7 !important;
}

.text-banner.text-banner--bg-blue .text-banner__body {
  background: #d9eeff !important;
}

.text-banner__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}

.text-banner__content {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.text-banner__content a {
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-decoration: underline;
  text-decoration-offset: 4px;
  color: #6656a4;
}

@media screen and (max-width: 768px) {
  .text-banner__body {
    padding: 24px;
  }
}
