/* ------------ Feedback Section ------------- */
.feedback {
  text-align: center; }

.feedback h3 {
  margin-bottom: 30px; }

.feedback img {
  max-width: 35px;
  margin: 0 10px; }

#questions-feedback {
  text-align: center;
  margin: 65px;
}

#questions-feedback h3 {
  font-weight: initial;
  font-size: 2em;
  color: #ec6521;
  margin-bottom: 20px;
}

#questions-feedback #icons-container {
  display: grid;
  grid-template-columns: auto auto auto;
  text-align: center;
  justify-content: center;
  grid-column-gap: 3%;
}

#questions-feedback .feedback-labels {
  font-weight: initial;
  font-size: 1em;
  margin-top: 5px;
  color: #ec6521
}

/*# sourceMappingURL=feedback.css.map */
