.programs {
    margin-right: -3%;  margin-top: 30px;  width: 103%;
}
.programs > div {
    float: left;  width: 30.3%;  margin: 0px 3% 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: 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: 9px;
}

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