.wrapperFeedback {
  padding: 25px;
  color: #F1F3F4;
  position: relative;
  min-height: 600px;
  max-width: 100%;
  background-image: url("/assets/images/podbor.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.wrapperFeedback:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(144deg, rgba(233, 18, 241, 0.3) 0%, rgba(5, 0, 5, 0.3) 52%, rgba(0, 91, 187, 0.3) 100%);
  background-color: rgba(0, 0, 0, 0.5);
}
.wrapperFeedback h2 {
  position: relative;
  font-size: 2em;
  text-align: center;
}

.wrapperFeedback__items {
  display: grid;
  grid-template-columns: auto auto;
  max-width: 100%;
  height: inherit;
  position: relative;
  justify-items: center;
  row-gap: 66px;
  padding: 0 0 40px;
}

.feedbackH2 {
  margin: initial;
  padding: initial;
  padding: 20px 0;
  color: #58DF84;
}

.feedbackImgWrap {
  display: grid;
  align-content: center;
  justify-content: center;
  max-width: 300px;
}

.feedbackImg {
  position: relative;
  top: 10px;
  border: 1px solid black;
  z-index: 1;
  width: 260px;
  height: 260px;
  border-radius: 100%;
  box-shadow: 3px 3px 105px 5px #FFFFFF, -3px -3px 105px 5px #FFFFFF;
}

.feedbackContentWrap {
  min-width: 180px;
  padding-top: 4px;
  font-size: 1.5rem;
}

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