.text-terms{
  font-size: 10px;
}

.title-form, .desc-form, .text-terms {
  color: #fff;
}

.paragraph--type--bp-webform form{
  background: none !important;
  border: none !important;
}

#edit-flexbox{
  padding-right: 15px;
  padding-left: 15px;
}

#edit-email, #edit-comentario{
 border-radius: 0;
}

@media (min-width: 780px){
.title-form{
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}

.desc-form{
  font-size: 14px;
  color: #fff;
}
}

@media only screen and (min-width: 992px){
.paragraph--type--bp-webform form {
    margin-top: 9em !important;
}
}