div.flexrow {
    display:flex;
}

div.f-third, div.f-half {
    flex:1;
}

img.content-icon {
    max-width: 50%;
    height: auto;
}

/* Moble styles ================================================== */
@media (max-width:959px) {
    div.flexrow, div.f-third, div.f-half {
        display:block;
        width:100%;
        float:none;
        clear:both;
    }
}