.textbanner {
  padding: 20px 30px;
  border-radius: 20px;
  border: 1px solid var(--blackColor);
  margin-bottom: 24px;
}

.textbanner-wrapper {
  color: var(--textColor);
}
.textbanner-wrapper h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 15px;
}
.textbanner-wrapper p {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}