
.event-info {
    padding-right: 30px;
    text-align: right;
    text-transform: uppercase;
}

.event-info span {
    display: block;
    font-size: 16px;
}

.event-info .event-hall {
    margin-top: 10px;
    font-style: normal;
    font-size: 12px;
    padding: 3px 10px;
    border-right: 3px solid #005BBF;
    background: #f5f5f5;
    font-weight: 400;
}

.event-detail {
    border-left: 2px solid #005BBF;
    padding-left: 30px;
    position: relative;
    padding-bottom: 15px;
}

.event-detail:before {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #fff;
    position: absolute;
    left: -7px;
    top: 10px;
    content: "";
}

.event-detail:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: -2px;
    top: -4px;
    color: #005BBF;
    font-size: 28px;
}

.event-detail h3 {
    /* margin-bottom: 20px; */
    color: #005BBF;
}

/* .event-detail h3 a {
    color: #005BBF;
} */

.event-detail .img-fluid {
    border-radius: 5px;
}

.event-detail h4 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 1.2rem;
    color: #666;
}