.blog-date {
    margin-bottom: 20px;
}
.post-holder {
    padding: 0 0 20px;
    box-shadow: none;
}
.post-image {
    margin-bottom: 20px;
    max-height: 500px;
    -o-object-fit: contain;
       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: var(--colour_text_body);
}

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

