.relatedposts{
    padding: 25px;
    background-color: #b0d9d1;
}
.relatedposts__title>h2{
    color: #2f2f2f;
}
.relatedpost{
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 8px 8px 57px -13px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 8px 57px -13px rgba(66, 68, 90, 1);
    box-shadow: 8px 8px 57px -13px rgba(66, 68, 90, 1);
}
.relatedpost__image{
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    padding: 10px;
}
.relatedpost__title>h2{
    font-size: 16px;
    font-weight: 700;
}
.h__relatedpost_title{
    font-size: 16px;
    font-weight: 700;
}