.feedback-container {
  background: #fff;
  border: 1px solid #1c8a8a;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}
.feedback-container .on-yt a {
  font-family: Montserrat;
  text-decoration: underline;
}
.fdb-dark-bg {
  background-color: #1c8a8a;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 200px;
}
.fdb-photo-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  padding: 56px 56px 56px 100px;
  position: relative;
}
.fdb-photo {
  -ms-flex-negative: 0;
  background-position: 50%;
  background-size: cover;
  border: 3px solid #fff;
  flex-shrink: 0;
  height: 200px;
  width: 200px;
}
.fdb-text-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.fdb-cite {
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.fdb-author {
  line-height: 1.6em;
}
.fdb-author span {
  color: #1c8a8a;
  display: block;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  padding-bottom: 4px;
  width: 100%;
}
.fdb-splide .splide__pagination__page.is-active {
  background: #1c8a8a;
}
.fdb-splide .splide__pagination {
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  .fdb-dark-bg {
    height: 100px;
    width: 100%;
  }
  .fdb-photo-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
  }
  .fdb-photo {
    height: 160px;
    width: 160px;
  }
  .fdb-text-container {
    gap: 24px;
  }
  .fdb-author,
  .fdb-cite {
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {
  .fdb-photo-text {
    padding: 24px !important;
  }
  .fdb-cite {
    font-size: 16px;
    line-height: 20px;
  }
  .fdb-author span {
    font-size: 20px;
    line-height: 20px;
  }
  .fdb-author {
    line-height: 1.3em;
  }
  .fdb-splide .splide__arrow--prev {
    -webkit-transform: translate(-64%, -50%);
    -ms-transform: translate(-64%, -50%);
    transform: translate(-64%, -50%);
  }
  .fdb-splide .splide__arrow--next {
    -webkit-transform: translate(64%, -50%);
    -ms-transform: translate(64%, -50%);
    transform: translate(64%, -50%);
  }
}

@media only screen and (max-width: 992px) {
  .fdb-dark-bg {
    width: 164px;
  }
  .fdb-photo-text {
    gap: 32px;
    padding: 32px 32px 32px 64px;
  }
}
