.generic-banner .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 1;
}

.generic-banner .text-container .title {
  position: relative;
  align-self: stretch;
  font-weight: 700;
  color: var(--color-background-1);
  font-size: 48px;
  letter-spacing: 0;
  line-height: normal;
}

.generic-banner .text-container .description-text {
  color: var(--color-background-1);
}

.generic-banner .text-container .description-text .text-bold {
  font-weight: 700;
}

@media only screen and (max-width: 1280px) {
  .generic-banner .text-container .title {
    font-size: 32px;
  }
}
