.events-page article section + section {
    margin-top: 75px;
}

.events-page .page-title {
    font-size: 36px;
}

.events-page .event-logo {
    float: left;
    width: 33%;
    padding-right: 2%;
}

.events-page .continue-reading-link {
    color: #FFB119;
}

.event-details-page article img {
    width: 100%;
    margin-bottom: 33px;
}

.event-details-page article a {
    display: inline-block;
    color: #007680;
}

.event-details-page article a:hover {
    text-decoration: underline;
}

.event-details-page article section {
    margin-top: 25px;
}

.event-details-page .title {
    font-size: 36px;
}
