.relatedPostImage {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin-left: 0px;
}
.relatedList li {
    margin-bottom: 5px;

}
.relatedList a {
    text-decoration: none;
    color: #0e0e0e;
}

ul.relatedList {
    list-style: none;
    padding: 0;
}
.articleRow {
    margin-bottom: 10px;
}
ul.relatedList .col-md-12 {
    padding: 0;
}


.titleT {
    padding: 0;

}

.relatedList .imageT {
    width: 100% !important;
    height: 120px;
    background-size: cover !important;
    background-position: center !important;

}
.relatedList .TitlesT {
    width: 100%;
    display: block;
    float: left;
    padding-top: 0px;
    font-size: 13px;
}

ul.relatedList .row {
    background-image: linear-gradient(to right , #e2e2e2 1%, white 60%);
}

.relatedPost {
    margin-top: 30px;
}

.articleRow .titleT {
    padding-top: 20px;
    width: 60%;
    float: left;}