.eventContainer {
    float: left;
	margin-top:20px;
  	margin-bottom:20px;
    padding:10px;
}

.title {
  	text-align:left; 
    word-break: break-all;
}

.title:hover {
  	text-decoration: underline;
    text-decoration-color: #e81519;
}

@media only screen and (min-width: 992px) {
    .column {
        width: calc(100% / 6 - 2px);
    }
}