/**/
.event_image_wrapper {
    height: 250px;
    background: var(--items-bg);
}

.event_image_wrapper a,
.event_image_wrapper a img{
    height: 100%;
    object-fit: contain;
}

.events__title {
    color: var(--colour_text_title);
    font-size: 1.5rem;
}

.event__desc {
    background: var(--items-bg);
}

.event__desc a{
    color: var(--colour_text_body);
}
.event__desc .past_title {
    color: var(--colour_text_title);
}
.blog-date {
    margin-bottom: 20px;
}
.post-holder {
    padding: 0 0 20px;
    box-shadow: none;
}
.post-image {
    margin-bottom: 20px;
    max-height: 500px;
    object-fit: contain;
}
.post-header {
    margin-bottom: 5px;
    background-color: transparent;
}
.post-info {
    margin-bottom: 10px;
}
.post-description p,
.post-description ul li{
    margin-bottom: 1rem;
    font-size: 14px;
    color: #575757;
}

.post-description h3 {
    color: var(--colour_text_body);
    margin: 30px 0 10px;
    font-size: 20px;
    font-weight: bold;
}

.event-container {
    margin-bottom: 30px;
}