#testimonials .single-pricing .desc {
  color: #fff;
  border-bottom: none;
  width: 80%;
  font-size: 1.5rem;
}

#testimonials .single-pricing {
  border: 4px solid #fff;
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.16);
  margin: 19px 0 -4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #726193 1%, #e37b7c 60%, #ffe4b4 100%);
}
