.single-articles-post {
    width: 100%;
    float: left;
    padding: 20px;
}

.detail-cl-other_articles >div{
	display: flex;
    flex-direction: column;
}
.detail-cl-other_articles {
    display: flex;
}

.col-md-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	padding: 0 15px;
}
.detail-cl-other_articles > div .content-other_articles a:hover {
    color: #4559ce;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.detail-cl-other_articles > div .content-other_articles ul {
    list-style: none;
	display: block;
	margin: 0;
    padding: 0;
}
.comments-area {
    margin-top: 60px;
}
.detail-cl-other_articles > div .content-other_articles li{
	display: block;
    width: 100%;
    margin-bottom: 10px;
	margin-right: 20px;
}
.articles-posts-wrap h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 38px;
    border-bottom: solid 1px #fff;
    color: #070707;
    padding-bottom: 16px;
    margin-bottom: 16px;
    margin-top: 10px;
}
.detail-cl-other_articles > div .content-other_articles li,
.detail-cl-other_articles > div .content-other_articles p,
.detail-cl-other_articles > div .content-other_articles a {
	color: #000;
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.detail-cl-other_articles >div h4 {
    font-size: 14px;
    line-height: 23px;
    color: #070707;
    font-weight: 600;
    margin: 0;
    padding-bottom: 2px;
	border-bottom: solid 1px #070707;
    margin-bottom: 12px;
    padding-bottom: 10px;
}