.programs {
    margin-right: -16px;
    margin-top: 30px;
}

.programs > div {
    float: left;
    width: 398px;
    margin: 0px 20px 20px 0px;

}

.programs > div >div:first-child {
    height: 175px;
    width: 398px;
    overflow: hidden;
    background: #fff;
}

.programs > div > div:first-child > a > img {
    width: 100%;
}


.programs > div >div:last-child {
    background-color: #fff;
    padding: 15px;
    border-radius: 0px 0px 5px 5px;
    color: #62626d;
    text-transform: uppercase;

    -webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

.programs > div >div:last-child > div {
    white-space: nowrap;
    display: block;
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
}


.programs > div:hover >div:last-child {
    background-color: #b9e00f;
    color: #000;

    -webkit-transition: background-color 500ms ease-out 0.1s;
    -moz-transition: background-color 500ms ease-out 0.1s;
    -o-transition: background-color 500ms ease-out 0.1s;
    transition: background-color 500ms ease-out 0.1s;
}

.programs > div >div:last-child> div:first-child > a {
    color: inherit;
    font-size: 16px;
    font-weight: bolder;
    padding-bottom: 2px;
    /* display: block; */
    overflow: hidden;
    /*height: 18px;*/
}

.programs > div >div:last-child> div:last-child {
    color: #aaaaaa  !important;
    font-size: 11px;
}