.feedback_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feedback_section h1 {
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  padding: 0px 0px 40px 0px;
  text-align: center;
}
.feedback_section p {
  padding: 0px 0px 30px 0px;
  text-align: center;
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0px auto;
}
.feedback_section a {
  width: calc(25% - 15px);
  text-decoration: none;
  color: #888;
  margin: 15px 0px;
}
@media (max-width: 992px) {
  .feedback_section a {
    width: calc(50% - 15px);
  }
}
@media (max-width: 500px) {
  .feedback_section a {
    width: 100%;
  }
}
.feedback_section a:hover {
  color: #333333;
}
.feedback_section a:hover span {
  background: #fff;
  box-shadow: var(--shadow1);
}
.feedback_section span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  height: 250px;
  transition: var(--animation1);
}
@media (max-width: 992px) {
  .feedback_section span {
    height: 200px;
  }
}
.feedback_section span img {
  width: 100px;
}
@media (max-width: 992px) {
  .feedback_section span img {
    width: 80px;
  }
}
.feedback_section h3 {
  font-weight: 500;
  font-size: 22px;
  margin: 0;
  padding: 20px 0px 0px 0px;
  text-align: center;
}

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