.custom-quote {
    padding: 30px;
    background-color: #DAD47A;
    text-align: center;
    border-radius: 20px;
    box-shadow: inset 0px 0px 20px 20px #F5F5F5;
    max-width: 1200px;
    margin: 0 auto;
    margin-top:20px;
    margin-bottom:20px;
}

.custom-quote p{
    max-width: 400px !important;
    margin: 0 auto;
    padding-top: 14px;
    padding-bottom: 18px;
    line-height: 110%;;
}
.quote-image-before, .quote-image-after{
    max-width: 740px;
    width: 90%;
}
.quote-image-after{
    transform:rotate(180deg);
}
blockquote p{
    font-size:38px;
    font-family:"Benton-Modern";
    color:#69603A;
}