.feedback__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 1000px) {
  .feedback__title {
    margin-bottom: 36px;
  }
}

.feedback {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media screen and (min-width: 1000px) {
  .feedback {
    flex-direction: row;
    gap: 120px;
  }
}
@media screen and (min-width: 1000px) {
  .feedback > * {
    flex: 0 0 calc((100% - 120px) / 2);
  }
}

.contacts__tip {
  margin-bottom: 80px;
}
@media screen and (min-width: 1000px) {
  .contacts__tip {
    margin-bottom: 180px;
  }
}/*# sourceMappingURL=contacts.css.map */
