.first-section {
position: relative;
  height: 350px;
  background-image: url('/assets/uploads/iscrizione.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.first-section h1 {
z-index: 2;
    color: white;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    margin: 0;
    padding-top: 30px;
}

.descrizione-barca {
      max-width: 800px;
      margin: 40px auto;
      padding: 0 20px;
    margin-top: 50px;
    margin-bottom: 100px;
    }

    .blocco {
      margin-bottom: 40px;
    }

    .blocco h2 {
      font-size: 18px;
      margin-bottom: 10px;
      color: #242424;
    }

    .blocco p {
      line-height: 1.6;
      color: #333;
    }

#paypal-button-container {
width:350px
}

/* Responsive */

@media (max-width: 768px) {
  .first-section {
background-attachment: unset;
    height: 250px;
  }

.first-section h1 {
z-index: 2;
    color: white;
    font-size: 33px;
    font-weight: bold;
    position: relative;
    margin: 0;
    padding-top: 45px;
}
#paypal-button-container {
width: 100%
}
}