.blockquote {
    border-top: solid 4px #EDF8F9;
    border-bottom: solid 4px #EDF8F9;
    margin-top: 30px ;
    margin-bottom: 30px ;
}
.blockquote + .blockquote {
    border-top: 0;
    margin-top: -30px !important;
}
.blockquote-smaller {
    font-size: 0.61em !important;
    padding-left: 0;
    padding-right: 0;
}
.blockquote blockquote {
    font-weight: 300;
    font-style: italic;
    line-height: 1.25;
    color: #074B3B;
    border-left: none !important;
    margin-top: 20px!important;
}
.blockquote blockquote p {
    font-size: 19px!important;
    font-weight: 300;
    font-style: italic;
    line-height: 1.25;
    color: #074B3B;
    border-left: none!important;
    padding-left: 100px!important;
}
.blockquote blockquote p:first-of-type {
    margin-top: 0 !important;
}