.event2 > div {
    margin-bottom: 15px;
}
.event2 .eventdate {
    border: 1px dashed #06bda7;
    border-radius: 50%;
    color: #06bda7;
    padding: 15px;
    width: 80px;
    height: 80px;
    line-height: 19px;
    margin-right: 15px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    float:left;
}
.event2 .eventdate span {
    display: block;
    font-weight: 400;
}
.event2 h4 {
    margin:5px 0;
    font-weight: 700;

}
.event2 .fontawesome-icon {
    color:#0DBAAE;
    float: none;
}
.event2 .kiit_event_venue, .event2 .kiit_event_time {
    font-size: 12px
}
@media (min-width: 768px) {
    .event2 {
        overflow:hidden;
    }
    .half-col {
        float:left;
        width: 48%;
    }
}