.et_pb_alumni {
    background-color: #F5F5F5;
    padding: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
	width: 100%;
	transition: all ease 0.5s;
}

.et_pb_alumni:hover {
    background-color: #FFDF1C;
}

.et_pb_alumni p {
    padding-bottom: 0 !important;
}

.et_pb_alumni .year {
    align-self: flex-end;
    font-size: 50px;
    font-family: 'interstateextralight';
    margin-bottom: 1em;
	flex-grow: 2;
}

.et_pb_alumni img.company-logo {
    margin-bottom: 2em;
}