.ws-linked-card {
    position: relative;
    padding: 2rem;
    border-radius: 1.5rem;
    background: #E7E5E4;
    margin-bottom: 2rem;
    overflow: hidden;
    aspect-ratio: 0.726;
}
a.ws-linked-card:hover {
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    transition: box-shadow .3s
}
.vc_row.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper > .ws-linked-card {
    height: 100%;
    margin-bottom:0
}
.ws-linked-card-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: .5rem;
}
.ws-linked-card-image-wrap img {
    position: absolute;
    top:0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ws-linked-card.img-img .ws-linked-card-image-wrap {
    flex-basis: 100%;
    flex-shrink: 1;
}
.ws-linked-card.img-bgr .ws-linked-card-image-wrap {
    position: absolute;
    top:0; left: 0;
    width: 100%;
    height: 100%;
}
.ws-linked-card.img-bgr .ws-linked-card-image-wrap:after {
    content: '';
    position: absolute;
    top:0;left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 64.5%, rgba(0, 0, 0, 0.70) 99.91%) no-repeat;
}
.ws-linked-card-content {
    position: relative;
    z-index: 1;
    flex-shrink: 0
}
.ws-linked-card.img-img.flex-column-reverse .ws-linked-card-content {
    margin-bottom: 1.75rem
}
.ws-linked-card.img-img.flex-column .ws-linked-card-content {
    margin-top: 1.75rem
}
.ws-linked-card-title {
    color: var(--heading3);
    margin-bottom: .37rem;
}
.ws-linked-card-text {
    color: var(--medium-grey);
}
.ws-linked-card.img-bgr .ws-linked-card-title {
    color: #fff
}
.ws-linked-card.img-bgr .ws-linked-card-text {
    color: var(--border3);
}
.ws-linked-card-button {
    display: flex;
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    padding: 0.75rem 0.75rem 0 0.75rem;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 62.4375rem;
    backdrop-filter: blur(6px);
}
.ws-linked-card.img-img .ws-linked-card-button {
    background: rgba(13, 10, 2, 0.30);
}
.ws-linked-card.img-bgr .ws-linked-card-button {
    background: rgba(255, 255, 255, 0.30);
}
.ws-linked-card-button img {
    transition: transform .3s
}
.ws-linked-card:hover .ws-linked-card-button img {
    transform: translate(.175rem, -.175rem);
}
@media (min-width:992px) and (max-width:1199px) {
    .ws-linked-card {
        padding: 1.25rem;
    }
    .ws-linked-card.img-img.flex-column-reverse .ws-linked-card-content {
        margin-bottom: 1.25rem;
    }
    .ws-linked-card-button {
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.5rem 0.5rem 0 0.5rem;
    }
}
@media (max-width:1199px) {
    .ws-linked-card {
        word-break: break-word;
        hyphens: auto;
    }
}
@media (max-width:767px) {
    .vc_row.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper > .ws-linked-card {
        height: auto;
        aspect-ratio: 1;
        margin-bottom: 2rem;
    }
    .ws-linked-card {
        padding: 1.25rem;
    }
    .ws-linked-card.img-img.flex-column-reverse .ws-linked-card-content {
        margin-bottom: 1.25rem;
    }
    .ws-linked-card-button {
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.5rem 0.5rem 0 0.5rem;
    }

}
