/* upcoming-businesses.css */

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  color: #fff;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 70vh;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 80px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
              url('UBBackground.jpg') no-repeat center center;
  background-size: cover;
  background-position: center top;
}

.hero-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.hero-content p {
  max-width: 600px;
  margin: 0 auto 20px;
  font-size: 1.2rem;
}
