blockquote {
color: inherit;
  font-style: inherit;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  border-radius:0 25px;
  box-shadow:2px 2px 2px #777;
  margin:40px auto;
  width:90%;
  padding:20px;
  background: #fafcf7;
}

blockquote p{
    margin-top:20px;
}