
.banner-text {
  font-size: 2rem; 
}


@media (max-width: 600px) {
  .banner-text {
    font-size: 1.5rem;
  }
}
