#sticky-form {
  background: #fff;
  padding: 0;
  z-index: 15;
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 2px 2px 8px rgba(0,0,0,.2);
}
#sticky-form img {
  max-width: 322px; 
}
#sticky-form h1 {
  font-size: 33px;
  margin: 0;
  padding; 0;
}
.hsfc-Step__Content {
  padding: 0 24px 32px 24px !important; 
}
.form-title {
  display: none;
}
form label {
  font-size: 16px !important;
  font-weight: bold !important;
  margin-bottom: 4px !important; 
}
.hsfc-Row {
  margin-bottom: 8px !important; 
  gap: 10px !important; 
}
/* @media(min-width: 1120px) {
  #sticky-form {
    position: fixed;
    top: 20px;
    right: 0;
  }
} */
@media(min-width: 768px) and (max-width: 901px) {
  #sticky-form {
    max-width: calc(50% - 40px);
  }
}
@media(min-width: 768px) {
  #sticky-form {
    position: fixed;
    left: calc(50% + 40px); 
    top: 240px;
    border: 0;
  }
}
@media(min-width: 1200px) {
  #sticky-form {
    left: calc(50% + 80px); 
  }
}