.events-section {
    margin-top: 130px;
}
h1 {
    font-family: "Raleway-SemiBold", sans-serif;
    font-size: 32px;
    color: #414141;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.subtitle {
    margin-top: 56px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #00A3C3;
    color: #00A3C3;
    font-family: "Raleway-Regular", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
}
.headline {
    color: #414141;
    font-family: "Raleway-Light", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 12px;
}
.title {
    font-family: "Raleway-SemiBold", sans-serif;
    color: #414141;
    font-size: 20px;
    margin-bottom: 24px;
}
.organizer, .location, .date, .link, .upcoming-event {
    font-family: "Raleway-Regular", sans-serif;
    margin-bottom: 0;
    color: #414141;
}
.upcoming-event span {
    display: inline-block;
    width: 100%;
    
}
.upcoming-event span:first-child {
    font-family: "Raleway-SemiBold", sans-serif;
}
p.upcoming-event {
    line-height: 1;
}
p.upcoming-event:not(.title) {
    margin-top: 16px;
}
p.upcoming-event.title {
    font-family: "Raleway-Regular", sans-serif;
}
.link {
    display: inline-block;
    width: 100%;
}
main .row {
    margin-bottom: 16px;    
}
main .event-container:not(.last-event-container) {
    border-bottom: 1px solid #77BDA1;
    padding-bottom: 16px;
}
.event-container .col-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.date-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}
p.date-container span {
    font-family: 'Raleway-Black', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 28px;
}
.old-event {
    padding-bottom: 16px;
}
.old-event:not(.last-old-event) {
    border-bottom: 1px solid #CBCBCB;
}
.old-event .old-title {
    font-family: "Raleway-SemiBold", sans-serif;
    color: #77bda1;
    font-size: 20px;    
}
.old-event .event-details {
    font-family: "Raleway-Regular", sans-serif;
    padding-top: 8px;
    color: #494949;
}
.old-event a {
    color: #FFFFFF;
    display: inline-block;
    background-color: #FEC48D;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px;
    min-width: 100px;
    text-align: center;
    border-radius: 4px  
}
.old-event a:hover, .old-event a:focus {
    background-color: #d2ab86;
    color: #FFFFFF;
}
.upcoming-event.title {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    h1 {
        margin-bottom: 16px;
    }
    .subtitle {
        font-size: 24px;
    }
    p.date-container span {
        font-size: 24px;
        line-height: 19px;
    }
    .title, .old-title {
        font-size: 18px;
        line-height: 19px;
    }
    .headline {
        font-size: 10px;
    }
    .old-event-container {
        margin-top: 8px;
    }
}
@media only screen and (min-width: 992px) {
    .old-event .col-lg-3 img {
        height: 100%;
        object-fit: cover;
    }
}
.upcoming-table {
    max-width: 700px;
    border: 1px solid;
    margin-top: 16px;
}
.upcoming-table p {
    display: flex;
    margin-top: 0 !important;
    margin-bottom: 0;
    border-bottom: 1px solid;
}
.upcoming-table p:last-child {
    border-bottom: 0;
}
.upcoming-table p span {
    padding: 8px;
    display: inline-block;
}
.upcoming-table p span:first-child {
    border-right: 1px solid;
}