.box {
    position: relative;
    border: none;
    width: 100%;
    margin: auto;
    margin-bottom: 37px;
    padding: 0;
}
.box .box-header {
    padding: 15px;
    text-align: center;
    background-color: #2e9eff;
}
.box .box-header h3 {
    text-transform: uppercase;
    color: white;
    font-size: 1.3em;
    font-weight: bold;
}
.box .box-header#left {
    border-top-left-radius: 14px;
}
.box .box-header#right {
    border-top-right-radius: 14px;
}
.box .box-body {
    /* padding: 30px; */
    height: 302px;
}
.box .box-body ul li {
    padding: 17px;
}
.box .box-body ul li:hover {
    background-color: #ececff;
}
.box .box-body p {
    margin-bottom: 1px;
    font-size: 15px;
}
.box .box-body div {
    width: 69px;
    padding: 3px;
    background-color: #2e9eff;
}
.box .box-body div h4 {
    font-size: 1.1em;
    color: white;
    text-align: center;
}
.column.width-4.event {
    padding: 0;
}

@media only screen and (max-width: 990px) {
    .box .box-header#left {
        border-top-left-radius: 0;
    }
    .box .box-header#right {
        border-top-right-radius: 0;
    }
}