    .gallery-img {
      border-radius: 10px;
      transition: transform 0.3s ease;
      object-fit: cover;
      width: 100%;
      height: 250px;
    }

    .gallery-img:hover {
      transform: scale(1.05);
    }

    .section-title {
      font-size: 2.5rem;
      font-weight: 700;
    }

    .gallery-item {
      margin-bottom: 30px;
    }