.testimonials__item {
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  text-align: center;
}
.testimonials__item p {
  font-size: 15px;
}
.testimonials__quote:before,
.testimonials__quote:after {
  content: """;
}
.testimonials__logo {
  margin: 12px auto;
  display: block;
  width: 20px;
  height: 20px;
}
.testimonials__author {
  font-weight: 500;
}
.testimonials__description {
  opacity: 0.8;
}

@media screen and (min-width: 800px) {
  .testimonials__item {
    width: 400px;
  }
}