.people-search-article-template-groups {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: cadetblue;
    color: #fff;
    font-size: 38px;
    border-radius: 20px;
}
.article-template-flex-layout {
    display: flex !important;
    align-items: center !important;;
    width: auto !important;;
}
.posts-card .col-4.template-article-middle {
    z-index: 0;
    position: sticky;
}

.posts-card .col-4.template-article-middle a{
    border-bottom: none;
}

.posts-card .col-4.template-article-middle .space {
    background: #fff;
    width: 100%;
    min-height: 33.75rem;
    border-radius: 1.25rem;
    display: inline-flex;
    position: relative;
    padding: 0.625rem;
    flex-wrap: wrap;
    flex-direction: column;
}
.posts-card .col-4.template-article-middle .space:after {
    content: "“";
    width: 90%;
    height: 100%;
    position: absolute;
    left: 5%;
    bottom: -2rem;
    background: #dadee4;
    border-radius: 0.625rem;
    filter: blur(0.625rem);
    z-index: -1;
}
/* .posts-card .col-4.template-article-middle:hover .space{margin-top:-0.5rem;transition:all .3s ease-in-out;} */
.posts-card .col-4.template-article-middle:hover .space:after {
    width: 100%;
    left: 0;
    bottom: -1rem;
    background: #d7dbe2;
    transition: all 0.3s ease-in-out;
}
.posts-card .col-4.template-article-middle h4 {
    padding: 1rem 1.375rem 1rem 1.375rem;
    font-size: 24px;
}
.posts-card .col-4.template-article-middle h4 a {
    color: var(--global--color-dark-gray);
}
.posts-card .col-4.template-article-middle svg {
    position: absolute;
    right: 3rem;
    bottom: 2rem;
    opacity: 0;
    fill: #97aebe;
}
.posts-card .col-4.template-article-middle:hover svg {
    opacity: 1;
    right: 2rem;
    transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 62.5rem) {
    .posts-card .col-4.template-article-middle .space {
        min-height: 32.5rem;
    }
}

@media screen and (max-width: 37.5rem) {
    .entry-meta.vcard.template-article-middle {
        display: flex;
    }
    .posts-card .col-4.template-article-middle {
        padding: 0 0 1.5rem 0;
    }
    .posts-card .col-4.template-article-middle .space {
        min-height: 32.25rem;
    }
}
@media screen and (max-width: 33.125rem) {
    article .entry-meta.vcard.template-article-middle {
        display: block;
    }
    .posts-card .col-4.template-article-middle .space {
        min-height: 33.25rem;
    }
}
