#hero-form {
  height: 100%;
}

.form-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
  height: 100%;
  min-height: 200px;
}

.form-success__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f9a51a;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}

.form-success__title {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin: 0 0 8px;
}

.form-success__text {
  font-size: 15px;
  color: #444;
  margin: 0;
}

.form-error {
  color: #ff4d4d;
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
}