    .title_header_esp {
        white-space: nowrap !important;
        font-size: 80px !important;
        line-height: 1.2 !important;
    }

    .title_header_esp span {
        display: inline !important;
        white-space: nowrap !important;
    }
    .video_section_esp{
    height: 800px !important;
    }
    #image-section-esp{
        position: absolute;
        right: 0;
        top: -70px;
    }
    #section_viaggio_esp{
        padding-left: 128px;
        padding-top: 145px;
        padding-bottom: 145px;
    }
    #p_fattoria_esp{
    color: #153C2A !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    background-color: white !important;
    width: 270px !important;
    border-radius: 8px !important;
    text-align: center;
    padding: 8px 16px;
    }
    #text-fatt-did{
        padding-left: 73px;
        padding-right: 73px;
    }
#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
    @media (max-width: 768px) {
     .title_header_esp{
        font-size: 48px !important;
     }
     #testo_header_esp{
        font-size: 18px !important;
     }
     #text-section-esp > h2{
        font-size: 40px !important;
     }
     #section_viaggio_esp{
         padding-top: 64px !important;
         padding-left: 16px !important;
         padding-right: 16px !important;
         padding-bottom: 0 !important;
     }
     #img_fattoria_did > img{
        width: 100% !important;
        border-top-right-radius: 24px !important; 
        border-top-left-radius: 24px !important; 
        border-bottom-left-radius: 16px !important; 
        border-bottom-right-radius: 16px !important;
        max-width: 100%;
        height: auto;
     }
     #img_fattoria_did{
        padding: 0 !important;
     }
     #text-fatt-did > h2{
        font-size: 40px !important;
     }
     #p-one-esp{
        font-size: 24px !important;
     }
     #text-fatt-did{
         padding-left: 16px !important;
         padding-right: 16px !important;
     }
     #p_fattoria_esp{
         font-size: 14px !important;
         width: 200px !important;
     }
    }
    
    @media (min-width: 769px) and (max-width: 1366px) {
        #image-section-esp{
            width: 600px !important;
            top: 20px !important;
        }
        #text-fatt-did > h2{
            font-size: 50px !important;
        }
        #section_viaggio_esp{
         padding-top: 50px !important;
     }
     #text-fatt-did{
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 50% !important;
     }
    }

    /* Stili per lo swiper */
.swiper {
  width: 100%;
  height: 800px !important;
}

.swiper-slide {
  width: 655px !important;
  height: 100% !important;
}

.swiper-wrapper {
  display: flex;
  justify-content: center;
  height: 100% !important;
}

.swiper-pagination {
  display: none;
}

.swiper-pagination-bullet {
  background: black !important;
}

.swiper-pagination-bullet-active {
  background-color: white !important;
}

/* Stili per le card */
#card-home-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

#card-home-1>.card-header>p,
#card-home-2>.card-header>p {
  border-radius: 8px;
  background-color: #9BC345 !important;
  text-align: center !important;
  color: white;
  padding: 5px;
}

.card-header {
  border: none !important;
  background-color: transparent !important;
}

.card-body {
  background-color: white !important;
  border-radius: 8px !important;
  width: 95% !important;
  margin-top: 180px !important;
  margin-bottom: 30px !important;
}

.card-body>small {
  color: white;
  background-color: #153C2A !important;
  border-radius: 16px;
  padding: 5px;
}

/* Stili per il testo nelle card */
.card-body .card-title p {
  color: #2E2C2C; 
  font-size: 40px; 
  font-family: 'Afacad', sans-serif; 
  line-height: 1.2;
  margin: 0;
}

.card-body .card-title p span {
  display: block; 
  margin-top: -5px;
}

.p-card-small {
  color: #2E2C2C; 
  font-size: 24px !important; 
  font-family: 'Afacad', sans-serif; 
  font-weight: 700;
}

.card-text p {
  font-size: 40px; 
  color: #2E2C2C; 
  font-weight: bold;
}

.card-text p small {
  font-size: 20px; 
  color: #2E2C2C;
}

/* Media query per mobile */
@media (max-width: 768px) {
  .swiper-slide {
    width: 100% !important;
  }

  .swiper-wrapper {
    justify-content: space-between;
  }

  .swiper-pagination {
    display: block !important;
  }

  #card-home-1>.card-header>p,
  #card-home-2>.card-header>p {
    width: 100%;
  }

  .card-body {
    margin-top: 120px !important;
  }

  .card-body>small {
    font-size: 18px !important;
  }

  .card-body .card-title p {
    font-size: 24px !important;
  }

  .card-body .card-title p span {
    font-size: 24px !important;
  }

  .p-card-small {
    font-size: 18px !important;
  }

  .card-text p {
    font-size: 24px !important;
  }

  .card-text p small {
    font-size: 14px !important;
  }
}

/* Media query per tablet */
@media (min-width: 769px) and (max-width: 1366px) {
  .swiper-slide {
    width: 500px !important;
  }

  .card-body {
    margin-top: 150px !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px){
    .title_header_esp {
        font-size: 48px !important;
    }
    
    #testo_header_esp {
        font-size: 18px !important;
    }
    
    #text-section-esp > h2 {
        font-size: 40px !important;
    }
    
    #section_viaggio_esp {
        padding-top: 64px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-bottom: 0 !important;
    }
    
    #img_fattoria_did > img {
        width: 100% !important;
        border-top-right-radius: 24px !important; 
        border-top-left-radius: 24px !important; 
        border-bottom-left-radius: 16px !important; 
        border-bottom-right-radius: 16px !important;
        max-width: 100%;
        height: auto;
    }
    
    #img_fattoria_did {
        padding: 0 !important;
        width: 100% !important;
    }
    
    #text-fatt-did > h2 {
        font-size: 40px !important;
    }
    
    
    #text-fatt-did {
        width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    
    
    /* Stili swiper per tablet come mobile */
    .swiper-slide {
        width: 100% !important;
    }
    
    .swiper-wrapper {
        justify-content: space-between;
    }
    
    .swiper-pagination {
        display: block !important;
    }
    
    #card-home-1>.card-header>p,
    #card-home-2>.card-header>p {
        width: 100%;
    }
    
    .card-body {
        margin-top: 120px !important;
    }
    
    .card-body>small {
        font-size: 18px !important;
    }
    
    .card-body .card-title p {
        font-size: 24px !important;
    }
    
    .card-body .card-title p span {
        font-size: 24px !important;
    }
    
    .p-card-small {
        font-size: 18px !important;
    }
    
    .card-text p {
        font-size: 24px !important;
    }
    
    .card-text p small {
        font-size: 14px !important;
    }
    #image-section-esp{
        display: none !important;
    }
    #image-section-esp-mobile{
        display: block !important;
    }
    .section-esperienze > .container-fluid{
        width: 75%;
    }
}
