.form-container iframe{
  width: 100%;
}

.image-mobile{
  display: none;
}
.content-and-form-container{
  display: flex;
  min-height: 90vh;
  justify-content: space-between;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.content-container{
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding-left: 50px;
  padding-top: 50px;
}
.form-container{
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  flex-basis: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-container{
  background: #173247;
  opacity: 1;
}
.form-container .form-title{
  background-color: none;
  border: 1px none #d0d0d0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #fff;
  font-size: 32px;
  padding: 0;
  text-transform: none;
}
.form-container .hs-form-field{
  margin-bottom: 5px;
}
.titolo-form{
  padding-top: 50px;
}

.hs-button {
  font-size: px;
}

.tasto-align-left {
  text-align: left !important;
}

.tasto-align-center {
  text-align: center !important;
}

.tasto-align-right {
  text-align: right !important;
}


@media only screen and (max-width: 1200px){
  .content-and-form-container{
    flex-direction: column;
    height: auto;
    min-height: unset;
    background-image: none;
    word-wrap: break-word;
    -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  }
  
}
@media only screen and (max-width: 768px){
  .image-mobile{
    display: block;
    width: 100%;
    height: auto;
  }
  .content-container {
    width:100%;
    padding: 0px 0px 25px 0px;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0 auto;  
}

  .content-container h1{
    font-size: 30px;
  }
  .content-container div *{
    line-height: auto;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .content-and-form-container .hs-button {
    max-width: 200px;
  }
  .no-mobile {
    display: none!important;
  }
   .hs-button {
    display: inline-block !important;
  }
  /* Allineamento del pulsante */
  .tasto-align-left {
    text-align: left !important;
  }
  .tasto-align-center {
    text-align: center !important;
  }
  .tasto-align-right {
    text-align: right !important;
  }
}


@media only screen and (min-width: 768px){
  .no-desktop {
    display: none!important;
  }
  