.post-container{
    display: flex;
    padding-top: 9vw;
    width: 100%;
}
.side-column{
    width: 20%;
    margin-left: 2vw;
}
.on-going-image{
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 560px;
    border: 1px solid #4a4a4a;
    margin-bottom: 30px;
}
.on-going-column{
    margin-top: 100px;
}
.related-header {
    display: block;
    color: var(--white-color);
    font-size: 3vw;
    line-height: 32px;
    margin-bottom: 40px;
    font-weight: 500;
}
.post-section{
    width: 80%;
}
.post{
    color: var(--white-color);
    padding: 20px 50px;
    background-color: rgb(37, 37, 37);
}
.post-image{
    display: block;
    width: 95%;
    margin: 50px auto 50px auto;
}
.post-heading{
    font-size: 3vw;
    line-height: 3.6vw;
}
.post-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 1.4vw;
    font-style: italic;
    color: rgb(218, 215, 215);
}
.post-date{
    margin-right: 15px;
}
.post-author{
    display: flex;
    align-items: center;
}
.post-author-name{
    font-size: 1.7vw;
}
.post-author-avatar {
    width: 7vw;
    height: 7vw;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin-right: 20px;
}
.post-content {
    font-size: 1.7vw;
    line-height: 3vw;
    letter-spacing: 1px;
}
.article-footer{
    display: flex;
    color: var(--white-color);
    align-items: center;
    margin: 30px 0 30px 30px;
    
}
.share-article{
    font-size: 2.4rem;
    margin-right: 50px;
    font-weight: 400;
    display: block;
    letter-spacing: 1.5px;
}
.social-icon-article{
    color: var(--white-color);
}
