.hero {
      padding: 4rem 2rem;
      background-image: url(image/fotoheroproject1.jpg);
      background-size: cover;
      background-position: center;
      border-radius: 7px;
      max-width: 100%;
      height: 680px;
    }
    .hero h1 {
      font-size: 4rem;
      margin-bottom: 1rem;
      padding-top: 4rem;
      font-weight: 1200;
      color: white;
      width: 900px;
      margin-left: 30px;
    }
    .hero p {
      max-width: 800px;
      margin: 0 auto 2rem;
      font-size: 1.4rem;
      line-height: 1.65;
      color:  white;
      font-weight: 800;
    }
    .hero button {
      padding: 0.75rem 1.5rem;
      background-color: #2f855a;
      color: white;
      border: none;
      border-radius: 10px;
      font-size: 1rem;
      cursor: pointer;
      transform: scale(1.05);
    }
    .hero button:hover {
      color: whitesmoke;
      transform: scale(1.05);
    }
    @media screen and (max-width: 768px) {
          .hero {
    padding: 2rem 1rem;
    height: 400px;
    background-position: top center;
  }

  .hero h1 {
    font-size: 2.5rem;    
    width: 90%;           
    margin-left: auto;   
    margin-right: auto;
    text-align: center;    
    padding-top: 2rem;     
  }

  .hero p {
    font-size: 1rem;
    padding: 0 1rem;
  }

  .hero button {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
  }

  .section {
    padding: 2rem 1rem;
  }

        
    }