.blog-box {
    color: white;
    text-decoration: underline;
    
    background-color: var(--bg-theme-colour);
    display: flex; align-items: flex-start; justify-content: space-between;
    flex-direction: column;
}

.blog-image {
    min-height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;

}

.blog-box > p {
    padding: 2rem;
}