.relatedProducts {
    display: block;

    border-top: 1px dashed lightgray;
}

.relatedProducts figcaption2 {
    width: 85% !important;
}
.relatedProducts img {
    background-size: cover !important;
    background-position: center !important;
    border-radius: 5px;
}
.moduleName {
    font-size: 13px;
    padding-right: 5px;
    background: #363352;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
}

.catName {
    color: #363352;
    font-size: 15px;
    font-weight: bold;
}

.reletedPosts .title.current a {
    font-weight: bold;
    color: #0074fd;
}

.relatedBypost {

    display: block;
}
.reletedPosts {
    border-bottom: 1px solid #d3d3d340;
    padding-bottom: 5px;
    padding-top: 5px;
    background: #f4f4f438;
}

.reletedPosts .contentSide .title {
    display: block;
    font-size: 15px;
}
.reletedPosts .contentSide .desc {
    display: block;
    margin-top: 5px;
}
.reletedPosts .imageSide .relatedPostImage {
    width: 100% !important;
    border-radius: 10px;
}
img.relatedPostImage {
    /*width: 80% !important;*/
}

.contentSide {
    /*margin-top: 20px;*/
    /*margin-bottom: 20px;*/
}
.contentSide .title a {
    text-decoration: none;
    padding-right: 10px ;
}

.contentSide .desc
{padding-right: 10px ;
}
.contentSide .date
{padding-right: 10px ;
}
.reletedPosts_sideStyle {
    margin-bottom: 10px;
    transition: 0.5ms;
}

.reletedPosts_sideStyle .imageSide {
    padding-right: 10px !important;
    margin-top: 5px;

}
.reletedPosts_sideStyle .imageSide img {
    width: 100%;
    border-radius: 5px;
    transition: 0.3s;
    opacity: 1;
    background-color: #0b0b0b;
}


.reletedPosts_sideStyle .contentSide .title a {
    float: right;
    padding-left: 10px;
}

.reletedPosts_sideStyle:hover > .imageSide img
{
    opacity: 0.8;

}