
.hero {
      background-image: url("image/gettyimages-1372005890-640x640.jpg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      height: 100vh;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .hero h1 {
      font-size: 4rem;
      font-weight: bold;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 1rem;
      border-radius: 0.5rem;
    }

    .hero h3 {
      font-size: 4rem;
      font-weight: bold;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 1rem;
      border-radius: 0.5rem;
    }

    .section-title {
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 1.5rem;
      text-align: center;
    }

    .gallery img {
      object-fit: cover;
      height: 250px;
    }