.related-posts-list-explore {
    width:100%;
    text-align:center;
    max-width:1440px;
    margin:96px auto 0;
    padding:96px 120px 96px;
}
.related-posts-list {
    width:100%;
    text-align:center;
    max-width:1440px;
    margin:auto;
    padding:96px 120px;
}
.related-posts-bg {
    background-color:#F5F5F8;
    text-align:center;
    width:100%;
}
.related-posts-explore {
    color:#000;
    text-align:center;
    font-family:'FFMArkBold';
    font-size:36px;
    font-style:normal;
    font-weight:700;
    line-height:45px;
    padding-bottom:40px;
}
.related-posts-more {
    color:#000;
    text-align:left;
    font-family:'FFMArkBold';
    font-style:normal;
    font-weight:unset;
    padding-bottom:40px;
}
.divider-related {
    background:linear-gradient(90deg,#004BFF 0%,#991BB0 72.82%);
}

.related-flex {
    display: flex;
    align-items: stretch;
    gap: 40px;
    width: 100%;
    flex-direction: row;
    margin: 0px auto;
    flex-wrap: wrap;
    max-width: 1440px;
    justify-content: center;
}
@media(max-width:1200px){
.related-posts-list-explore {
    display:none;
    }
.related-posts-list {
    padding:80px 48px;
}
h3.related-posts-more.heading-36-45 {
    max-width:738px;
    margin:auto;
}
}
@media(max-width:781px){
.related-posts-list {
    padding:64px 32px;
}
}