/* Start custom CSS for section, class: .elementor-element-38465026 */blockquote {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 6px 0 15px;
    padding: 20px 40px;
    position: relative;
    background: #f9f9f9;
    display: inline-block;
    border-left: 0
}

 blockquote p {
    font-family: 'PT Serif',sans-serif;
    font-weight: normal !important;
    color: #888;
    padding-bottom: 0;
    
}

.fa-quote-left{
    font-size: 22px;
    position: absolute;
    color: #ccc;
    left: 8px;
    top: 6px;
}

.fa-quote-right {
    font-size: 22px;
    position: absolute;
    color: #ccc;
    bottom: 2px;
    right: 10px;
}

blockquote p {
    font-family: georgia,times new roman,times,serif;
    font-size: 16px;
    font-style: italic;
    line-height: 170%;
}/* End custom CSS */