

.evets-group .inner-text {
    width: 100%;
    border-bottom: 0.5px dotted #aaa;
    padding-bottom: 20px;
    margin: 0 auto 20px auto;
    max-width: 960px;
}

.events-date {
    margin: 0px;
    font-weight: bold;
    color: #00629d;
}

.events-title {
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 1.0rem;
}

@media screen and (min-width:992px) {
    .evets-group .inner-text {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-end;
    }

    .events-date {
        margin: 0 20px 0 0;
    }
    
    .events-title {
        margin: 0;
    }
    .events-detail {
        width: 100%;
    }
}