.quote_container {
    color: #3f3f5a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.quote {
    font-weight: 100;
    font-size: 2rem;
    max-width: 600px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: .5rem;
}

.quote:before,
.quote:after {
    position: absolute;
    color: #f1efe6;
    font-size: 8rem;
    width: 4rem;
    height: 4rem;
}

.quote:before {
    content: '“';
    left: -5rem;
    top: -2rem;
}

.quote:after {
    content: '”';
    right: -5rem;
    bottom: 1rem;
}

cite {
    line-height: 3;
    text-align: left;
}

.quote2 {
    background: #f5f5f5;
    font-size: 1em;
    border-left: .7em solid #ccc;
    margin: 1em .5em;
    padding: .1em 1em;
    line-height: 1.2em;
    quotes: "\201C""\201D";
}

.quote2:before {
    font: Georgia;
    color: #808080;
    content: open-quote;
    font-size: 4em;
    line-height: 0;
    vertical-align: -.41em;
    padding: 0 .1em 0 .1em;
}

.quote2:after {
    font: Georgia;
    color: #808080;
    content: close-quote;
    font-size: 4em;
    line-height: 0.3em;
    margin-right: 0.25em;
    vertical-align: -0.57em;
    padding: 0 0 0 .1em
}

.quote2:first-child {
    display: absolute;
    padding-top: 1.3em;
}

.quote2:last-child {
    display: absolute;
}

.otro-blockquote{
    font-size: 1.4em;
    width:94%;
    margin:50px auto;
    font-family:Open Sans;
    font-style:italic;
    color: #555555;
    padding:1.2em 30px 1.2em 75px;
    border-left:8px solid #78C0A8 ;
    line-height:1.6;
    position: relative;
    background:#EDEDED;
}

.otro-blockquote::before{
    font-family:Arial;
    content: "\201C";
    color:#78C0A8;
    font-size:4em;
    position: absolute;
    left: 10px;
    top:-10px;
}

.otro-blockquote::after{
    content: '';
}

.otro-blockquote span{
    display:block;
    color:#333333;
    font-style: normal;
    font-weight: bold;
    margin-top:1em;
}
