.event {
    box-shadow: 0 5px 30px 0px rgba(0, 0, 0, .2);
    padding: 15px;
    margin-bottom: 20px;
    border-left: 10px solid #007cf5;
}

.event h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    text-decoration: underline;
}

.event-content {
    font-size: 1em;
    line-height: 1.5;
    color: #555;
}