.feedback__wrapper {
  overflow: scroll;
  scrollbar-width: none;
}
@media (max-width: 864px) {
  .feedback__wrapper {
    overflow-y: hidden;
    scrollbar-width: auto;
  }
}
@media (max-width: 864px) {
  .feedback__navigate {
    display: none;
  }
}
.feedback .container {
  position: relative;
}
.feedback__items {
  display: flex;
}
.feedback__items_item {
  border: 1px solid #4D4F5B;
  border-radius: 10px;
  padding: 50px;
  margin-right: 10px;
  min-height: 433px;
  position: relative;
}
@media (max-width: 864px) {
  .feedback__items_item {
    scale: 0.95;
    margin-right: 0;
    width: calc(100vw - 25px) !important;
    padding: 30px;
  }
}
.feedback__items_item img {
  position: absolute;
  width: 20%;
  right: 50px;
  top: 50px;
  box-shadow: 0px 0px 10px #eee;
  max-height: 330px;
}
@media (max-width: 864px) {
  .feedback__items_item img {
    width: 15%;
    right: 30px;
    top: 30px;
  }
}
.feedback__items_item_company {
  color: #999CA5;
  font-size: 14px;
  line-height: 1.2em;
}
@media (max-width: 864px) {
  .feedback__items_item_company {
    max-width: 80%;
  }
}
.feedback__items_item_name {
  color: #3F8EF8;
  font-size: 20px;
  margin: 20px 0 30px;
  line-height: 1.1em;
  font-family: "Grandis", sans-serif;
  font-weight: 500;
}
@media (max-width: 864px) {
  .feedback__items_item_name {
    max-width: 80%;
  }
}
.feedback__items_item_preview {
  max-width: 70%;
}
@media (max-width: 864px) {
  .feedback__items_item_preview {
    max-width: 100%;
  }
}
.feedback__items_item_preview p {
  margin: 10px 0;
  color: #1D1E21;
  font-size: 20px;
  line-height: 1.2em;
}
.feedback__items_item_notice {
  color: #999CA5;
  font-size: 15px;
  margin-top: 40px;
}
.feedback__navigation {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin: 20px 0;
}
@media (max-width: 864px) {
  .feedback__navigation {
    display: none;
  }
}
.feedback__navigation_element {
  width: 12px;
  height: 12px;
  background: #DBE3EC;
  margin: 10px;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 10px;
}
.feedback__navigation_element.current {
  width: 30px;
  background: #3F8EF8;
}

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