.hero-section {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.hero-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-section h1 {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.main-box {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.main-box h2 {
  font-weight: 800;
}

.main-box p {
  font-size: 1.1rem;
  line-height: 1.8;
}
