.fl-related-children {
    display: flex;
    flex-wrap: wrap;
}
.fl-related-children .fl-post-grid {
    margin-left: -12px;
    margin-right: -12px;
}
.fl-related-children .fl-post-column {
    padding-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
    width: 50%;
}
.fl-related-children .fl-post-column:nth-child(2n + 1) {
    clear: both;
}
.fl-related-children .news-post {
    border: none;
    padding: 20px;
    box-shadow: 0px 8px 24px rgb(0 0 0 / 15%);
    border-radius: 8px;
    transition: all .3s ease-out;
    background: #fff;
    position: relative;
}
.fl-related-children .news-post:hover {
    box-shadow: 10px 20px 30px rgb(0 0 0 / 20%);
    transform: translate(0px,-10px);
    transition: all .25s ease-out;
}
.fl-related-children .pp-content-grid-post-image img {
    padding: 0px;
    max-height: 315px;
    width: 100%;
    background-position: center;
    object-fit: cover;
    opacity: 1;
    transition: all .5s ease;
}
.fl-related-children .pp-content-grid-post-text {
    padding: 20px;
}
.fl-related-children .pp-content-grid-post-text .post-card-title {
    color: #00879E;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}