.help-form {
    overflow: visible;
    margin-top: 80px;
}

.help-form__content {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 32px;
  border-radius: 16px;
  background: #f9f9fb url('/content/hotel/ellipse-1.svg') no-repeat right 14% top -200px;
}

.help-form__left {
    display: flex;
    flex-direction: column;
}

.help-form__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.help-form__chip {
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  font-size: 14px;
}

.help-form__title {
  font-size: 40px;
  /* margin: 30px 0 20px; */
  margin: auto 0;
  font-weight: 700;
}
.help-form__subtitle {
  font-size: 16px;
  margin: 0 0 20px;
}

.help-form .cta__form {
    /* margin-top: auto; */
}
.help-form .cta__row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.help-form .cta__row p {
    margin: 0;
}
.help-form__fields, .help-form__notice { 
    color: var(--text-dark-secondary);
}
.help-form__fields label { margin-right: 10px; }
.help-form .cta__row button {
    flex: 1;
    white-space: nowrap;
}

.help-form__image img {
  border-radius: 12px;
  max-width: min(100%, 452px);
  height: auto;
  margin: -80px 0 -35px;
}
.help-form__messengers {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border: 1px solid #87b819;
  border-radius: 999px;
  align-self: center;
}
.help-form__messenger {
  display: block;
  text-align: center;
  text-decoration: none;
}

.help-form__right {
    display: flex;
}

@media (max-width: 900px) {
    .help-form__content {
        flex-direction: column;
        background-image: none;
    }
  
    .help-form__title {
        font-size: 32px;
        margin: 10px 0 20px;
    }
    
    
    .help-form__subtitle {
        margin-bottom: 30px;
    }
  
    .help-form .cta__row {
        flex-direction: column;
    }
  
    .help-form__image img {
        margin: 0px 0 -35px;
    }
}
