.card{
    margin: 0 1rem 1.5rem 1rem;
    padding: 2rem 2rem 1rem;
    background: rgba(92,47,86,.05);
    border-radius: 5px;
    width: 95%!important;
}
.card-text{
    position: relative;
    margin: 1.5rem;
}
.quotes{
  position:absolute;
  color:#ff5c10;
  font-size:8em;
  z-index: -1;
  font-family: serif;
}
.leftq{
  top:-6rem;
  left:-28px;
}
.rightq{
  bottom:-6rem;
  right:-28px;
}
.card-author{
    margin-left: 1.5rem;
}