.img-left {
    float: left;
    margin: 0 20px 20px 0;
}
ul li {
    margin: .5em 0;
}
.p-columns {

}
.p-columns:after {
    display: block;
    content: "";
    clear: both;
}
.p-column {
    float: left;
    width: 23.5%;
    margin: 0 2% 0 0;
}
.p-column--50 {
    width: 49%;
}
.p-column--75 {
    width: 74.5%;
}
.p-column:last-child, .p-column--last {
    margin-right: 0;
}
.wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.wrap img {
    max-width: 100%;
}
.clear {
    display: block;
    clear: both;
}
.pic {
    margin: 30px 0;
    line-height: 0;
}
.pic__title {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 10px;
}
.pic:first-child {
    margin-top: 0;
}
.pic:last-child {
    margin-bottom: 0;
}