/* Banner Text Block Styles */

.banner-text-block {
  margin: 20px auto !important;
  max-width: 100%;
}

.banner-text-container {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 20px;
}

.banner-hero-text {
  color: #3db87d;
  text-align: center;
}

.banner-hero-text .banner-heading {
  font-size: 112px;
  font-style: italic;
  font-weight: 300;
  margin: 28px 0;
  line-height: 1;
  color: #3db87d;
}

.banner-hero-text .banner-subheading {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  color: #3db87d;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .banner-hero-text .banner-heading {
    font-size: 45px !important;
    margin: 12px 0;
  }

  .banner-hero-text .banner-subheading {
    font-size: 20px !important;
  }
}
