.content {
    padding: 90px 50px 50px 50px;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
}
.a-excerpt, .a-content p {
    font-weight: 500;
}
.article-container {
    padding: 20px 45px;
    background-color: white;
    margin-bottom: 20px;
    width: 100%;
}
.article-container .a-excerpt,.author-details-con {
    border-bottom: 1px solid #d6d6d6;
}
.author-details-name{
    padding-bottom: 0;
    margin-bottom: .2rem;
}
.author-details{
    font-size: .8rem;
    line-height: 1.5rem;
    font-style: italic;
}
.a-author {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 500;
}
.publish-date{
    padding-top: 1em;
}
.other-article-container h3{
    font-weight: 700;
    padding: 20px;
    background-color: #f9f9f9;
}
.related-title-black{
    color: black;
}
.related-title-red{
    color: #ac1f23;
}
.other-article-container{
    width: 100%;
    background: white;
    height: fit-content;
}
.single-sidebar-con{
    padding: 10px 20px;
}
.single-sidebar-con h6{
    color: #ac1f23;
    font-weight: 700;
    padding-bottom: 0;
}
.single-sidebar-con a{
    color: black;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}
.single-article-sidebar-con{
    margin-bottom: 30px;
}
.single-article-sidebar-con:last-child{
    margin-bottom: 10px;
}
.single-article-sidebar-see-more{
    font-size: 17px;
}

@media (min-width: 768px){
    .content {
        flex-direction: row;
    }
    .article-container {
        width: 70%;
        margin-right: 3%;
    }
    .other-article-container{
        width: 27%;
    }
}