.feedback {
  margin-top: 8.25rem;
  padding: 2rem 4rem;
  background: #20275B;
  -webkit-border-radius: 2.5rem;
     -moz-border-radius: 2.5rem;
          border-radius: 2.5rem;
  position: relative;
}
@media (max-width: 1199px) {
  .feedback {
      margin-top: 10.25rem;
    padding-left: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
  }
}
/*@media (max-width: 767px) {
    .feedback {
        margin-top: 8.25rem;
    }
}*/
.feedback-info {
  width: 26.875rem;
  max-width: 100%;
  float: right;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199px) {
  .feedback-info {
    margin: 0 auto;
    float: none;
  }
}
.feedback-info__img {
  position: relative;
  height: 12.25rem;
}
.feedback-info__img img {
  /*width: 23.75rem;
  max-height: 23.75rem;*/
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  max-width: 50%;
  display: block;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: drop-shadow(0px 15px 20px rgba(32, 39, 91, 0.08));
          filter: drop-shadow(0px 15px 20px rgba(32, 39, 91, 0.08));
}
.feedback-info__author {
  background: #20275B;
  border: 2px solid #BEC2EB;
  -webkit-border-radius: 2.5rem;
     -moz-border-radius: 2.5rem;
          border-radius: 2.5rem;
  padding: 1.75rem;
  text-align: center;
  position: relative;
}
@media (max-width: 992px) {
  .feedback-info__img {
    height: auto;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  .feedback-info__img img {bottom: -5%;}
  .feedback-info__author {
    padding: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 16px;
  }
}
.feedback-info__author_decor {
  position: absolute;
  top: -6.125rem;
  left: -1.75rem;
  z-index: 1;
  width: 7.25rem;
}
@media (max-width: 1199px) {
  .feedback-info__author_decor {
    width: 95px;
  }
}
.feedback-info__author h3, .feedback-info__author .h3 {
  margin-bottom: 0.5rem;
}
.feedback-info__author h5, .feedback-info__author .h5 {
  color: #848BBF;
}
.feedback-info__circle {
  position: absolute;
  pointer-events: none;
  top: -9rem;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .feedback-info__circle {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    top: -191px;
  }
}
@media (max-width: 992px) {
  .feedback-info__circle {
    -webkit-transform: scale(0.38);
    -moz-transform: scale(0.38);
    -ms-transform: scale(0.38);
    -o-transform: scale(0.38);
    transform: scale(0.38);
    top: -10rem;
  }
}
.feedback-info__circle_i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.feedback-info__circle_i:nth-child(1) {
  width: 31.25rem;
  height: 31.25rem;
  background: rgba(249, 0, 121, 0.2);
}
.feedback-info__circle_i:nth-child(2) {
  width: 28.75rem;
  height: 28.75rem;
  background: rgba(249, 0, 121, 0.6);
}
.feedback-info__circle_i:nth-child(3) {
  width: 26.25rem;
  height: 26.25rem;
  background: #F90079;
}