.listColumn {
    padding: 50px 0 0;
    background: #1D1D1D;
    border-bottom: 1px solid #fff;
}
.listColumn .wrap {
    display: flex;
}
.listColumn .wrap img {
    width: 37px;
    height: 37px;
    margin-right: 20px;
}
.listColumn .wrap .content p {
    color: #FFFFFF;
}
