.front-feedbacks__first {
  border-radius: 16px;
  background: var(--translucent-text-5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 336px;
  min-height: 388px;
  padding: 24px;
}
@media only screen and (width < 1024px) {
  .front-feedbacks__first {
    max-width: 320px;
  }
}
@media only screen and (width < 768px) {
  .front-feedbacks__first {
    max-width: 306px;
  }
}

.front-feedbacks__first-text {
  margin-bottom: auto;
}

.front-feedback__card-modal {
  padding: 0;
  border: none;
  height: auto;
}

.front-feedback__card-modal-content {
  max-height: none;
  display: block;
}

.front-feedbacks__btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 10;
}
@media only screen and (width < 768px) {
  .front-feedbacks__btn-close {
    top: 16px;
    right: 16px;
  }
}

/*# sourceMappingURL=front-feedbacks.css.map */
