.row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}
