.text-banner__container {
  cursor: pointer;
}

.text-banner__container .button__secondary-wrapper {
  display: flex;
  justify-content: center;
}

.text-banner__h2 {
  text-align: center;
  margin: 0 0 16px;
  color: var(--text-color);
}

.text-banner__text {
  margin: 16px 0;
  text-align: center;
  color: var(--text-color);
}

.text-banner__container .button__outline-primary-wrapper {
  justify-content: center;
}

.text-banner__container img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
