.hs-config-header {
  border-top: 2px solid var(--hs-disabled);
  border-bottom: 2px solid var(--hs-disabled);
  padding-top: 20px;
  padding-bottom: 20px;
}

.hs-config-content-step > div {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .hs-config-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .hs-config-content-step {
    display: flex;
    justify-content: space-between;
  }

  .hs-config-content-step > div:first-child {
    max-width: 450px;
  }

  .hs-config-content-step > div {
    width: 50%;
  }
}

button.hs-main-button {
  border: none;
}

.hs-range > div {
  width: 30px;
  flex-shrink: 0;
}

#step-2-image,
#step-3-image{
  max-width: 500px;
}
