
.typography ul,
.typography ol {
    /*margin: 1em 0;*/
    padding-left: 18px;
    line-height: 1.5;
    margin: 0 0 30px 0;
}

.typography p,
.typography blockquote {
    margin-bottom:30px;
}

.typography p img {
    /*width:100%;
    height: auto;*/
    margin: 0 auto;
    max-width:100%;
    height: auto;
    /*width: 100%;*/
}

.typography blockquote {
    background: url(../img/quote.png) no-repeat 43px top;
    background-size: 26px 17px;
    padding: 0 80px;
    color: #25285b;
    font-style: italic;
    box-sizing:border-box;
}

