.custom-en-products section.banner.d-flex.align-items-center {
    height: 250px;
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
.custom-en-products form#horizontalForm {
    padding: 0 5%;
}
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .custom-en-products form#horizontalForm {
    padding: 0 5%;
}
  }