  .margin-top-100{
    margin-top: 100px!important;
  }
  .contactform{
    height: auto!important;
  }
  #showcase{
    max-height: unset!important;
    min-height: unset!important;
    padding-bottom: 20px;
    background-size: cover;
  }
  .consent-text{
    margin-top: 15px!important;
    width: 90%!important;
  }
  .consent-checkbox{
    
    & input[type=checkbox]{
      margin-bottom: 25px!important;
      float: left!important;
    }
    & label{
      float: left!important;
      width: unset!important;
      margin: 0!important;
      padding-top: 10px;
      padding-left: 10px;
    }
  }