h1 {
  font-size: 24px;
}

.testimonial-list {
  border: 1px solid #E1E1E1;
  padding: 15px;
  border-radius: 10px;
}
.testimonial-list h2 {
  font-size: 21px;
}
.testimonial-list h2 span {
  background: #1A443D;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  padding: 5px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
}
.testimonial-list h3 {
  font-size: 18px;
}
.testimonial-list .content {
  font-style: italic;
  overflow: auto;
  height: 112px;
  padding-right: 5px;
}
.testimonial-list .date {
  position: absolute;
  top: 5px;
  right: 10px;
}

@media screen and (max-width: 767px) {
  .testimonial-list h2 {
    font-size: 18px;
  }
  .testimonial-list h3 {
    font-size: 16px;
  }
}
