.eef-programs {
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
    padding: 60px 0;
}

.eef-program {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 1.5%;
    margin-bottom: 20px;
    padding-left: 70px;
    position: relative;
}

.eef-program:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-image: url('/wp-content/uploads/2016/12/logo-h-0.1.png');
    background-size: 160px;
    background-repeat: no-repeat;
}