
.wrapper-flex-sez1 {
  display: flex;
  column-gap: 60px;
}

.wrapper-flex-sez1 .left-side-sez1 {
  color: #fff;
}
.wrapper-flex-sez1 .left-side-sez1 h1 {
  color: #F5F500;
}
.wrapper-flex-sez1 .left-side-sez1 .wrapper-content {
margin-top: 50px;
}

.buttons {
  display: flex;
  column-gap: 20px;
  margin: 40px 0;
}

.custom-button.bianco {
  background: #fff;
  min-width: 180px;
  text-align: center;
  border-color: #fff;
}

.depliant {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 30px;
}


/* slider */

    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

 .swiper-slide {
      background-size: cover;
      background-position: center;
    }

.mySwiper2 {
  height: auto;
  width: 40vw;
}

.mySwiper {
  height: auto;
  width: 40vw;
  padding: 10px 0;
  margin-top: 30px;
}

.mySwiper .swiper-slide {
  width: 24% !important;
  height: 100%;
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  background: #fff;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  width: 16px;
}
.mySwiper .swiper-button-next {
  right: 5px;
}
.mySwiper .swiper-button-prev {
  left: 5px;
}
.mySwiper2 .swiper-slide {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mySwiper2 .swiper-slide img {
  object-fit: contain;
}
.mySwiper2 .swiper-button-next {
  right: 20px;
}
.mySwiper2 .swiper-button-prev {
  left: 20px;
}

@media (max-width: 768px) {
 .wrapper-flex-sez1 {
   flex-flow: column wrap;
}
  .mySwiper {
    height: auto;
    width: 100%;
  }
  .mySwiper2 {
    width: 600px;
    height: 400px;
  }
  @media (max-width: 480px) {
  .mySwiper2 {
    width: 300px;
    height: 280px;
  }    
.mySwiper .swiper-slide {
  width: 23% !Important;
    }
  }
