.path-webform #content {
  width: 1500px;
  max-width: 95%; 
}
.path-webform form {
  max-width: 1500px;
  margin: 0 auto;
}
.form-required::after {
    content: '';
    vertical-align: super;
    display: inline-block;
    background-image: url(/themes/contrib/bootstrap_barrio/images/required.svg);
    background-repeat: no-repeat;
    background-size: 7px 7px;
    width: 7px;
    height: 7px;
    margin: 0 0.3em;
}
select[required="required"], input[required="required"] {
    content: '';
    vertical-align: super;
    display: inline-block;
    background-image: url(/themes/contrib/bootstrap_barrio/images/required.svg);
    background-repeat: no-repeat;
    background-size: 7px 7px;
    background-position: right;
    background-origin: content-box;
}
@media screen and (max-width: 720px) {
  .progress-tracker--center {
    display: none;
  }
}

h1.title {
  text-align: center;
}
input[name="ip_address"] {
  display: none;
  ]