.feedback-section {
  padding: 32px 24px;
  border-radius: 32px;
}
.feedback-section-inner {
  position: relative;
  max-width: 1322px;
}
@media (min-width: 1200px) {
  .feedback-section-inner {
    padding-left: 200px;
    padding-right: 200px;
  }
  .feedback-section-inner:before, .feedback-section-inner:after {
    content: "";
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.feedback-section .section-header {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .feedback-section .section-header {
    font-size: 32px;
    font-weight: 600;
  }
}
@media (max-width: 767.98px) {
  .feedback-section .btn-container-sm {
    width: auto;
  }
}
.feedback-section.type-1 .feedback-section-inner:before {
  width: 138px;
  height: 197px;
  top: 0;
  left: 22px;
  background-image: url("./img/lines_left.png");
}
.feedback-section.type-1 .feedback-section-inner:after {
  width: 176px;
  height: 202px;
  top: 18px;
  right: 0;
  background-image: url("./img/lines_right.png");
}
.feedback-section.type-2 .feedback-section-inner:before, .feedback-section.type-2 .feedback-section-inner:after {
  width: 210px;
  height: 232px;
}
.feedback-section.type-2 .feedback-section-inner:before {
  top: -2px;
  left: -5px;
  background-image: url("./img/percent-black.png");
}
.feedback-section.type-2 .feedback-section-inner:after {
  top: -18px;
  right: -10px;
  background-image: url("./img/percent-black.png");
}
.feedback-section.type-3 {
  background-image: url("./img/curved-line.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.feedback-section.type-3 .feedback-section-img {
  height: 90px;
}
@media (min-width: 768px) {
  .feedback-section.type-3 .feedback-section-img {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .feedback-section.type-3 .feedback-section-img {
    position: absolute;
    bottom: -105px;
    left: -2px;
  }
}