.programs {
    margin-right: 0px;
    margin-top: 20px;
}
.programs > div {
    float: none;
width: auto;
    margin: 0px 0px 20px 0px;
}
.programs > div >div:first-child {
    height: 175px;
    width: 100%;
    overflow: hidden;
}
.programs > div > div:first-child > a > img {
    width: 100%;
    min-height: 175px;
}
.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: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: 20px;
font-weight: bolder;
line-height: 20px;
display: block;
overflow: hidden;

white-space: nowrap;
width: 96%;
overflow: hidden;
text-overflow: ellipsis;
}
.programs > div >div:last-child> div:last-child {
    color: #aaaaaa  !important;
    font-size: 14px;
}