.c-feedback-form {
  padding-top: 5rem;
  margin-bottom: 5rem;
}

.c-feedback-form__heading {
  margin-bottom: 3rem;
}

.c-feedback-form__element {
  margin-bottom: 3rem;
}

.c-feedback-form__input {
  margin-top: 1rem;
  width: 100%;
}

.c-feedback-form__textarea {
  margin-top: 1rem;
  width: 100%;
  height: 16rem;
}

.c-feedback-form__section-icon {
  width: 45px;
  margin-bottom: .5rem;
}

.c-feedback-form__section-checkbox {
  width: 45px;
}

.c-feedback-form__attachment {
  margin: 0;
}

.c-feedback-form__submit {
  margin-bottom: 1.5rem;
}

.c-feedback-form label {
  font-weight: initial;
}

.c-feedback-form .description {
  margin: initial;
  font-size: 1rem;
}

.c-feedback-form .description,
.c-feedback-form__attachment {
  color: #C4C4C6;
}

.c-feedback-form .form-item-sections .form-item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-right: 30px;
}

.c-feedback-form .form-item-sections .form-checkboxes {
    display: flex;
}
