/* CSS Document */

.heroimage-container{
  background: url("../img/ess-contact.png") no-repeat center/cover;
}

@media (max-width:768px){
  .tgw-pconly{
    display: none!important;
  }
}
@media (min-width:769px){
  .tgw-sponly{
    display: none!important;
  }
  .form-label-item{
    width: 310px;
    flex-basis: 310px;
    flex-shrink: 0;
  }
}