.blog-related-posts{padding:0 2rem}.blog-related-posts .listing-items{margin-top:var(--spacer_40)}.blog-related-posts .listing__item{background-color:var(--white_color);border-radius:8px;box-shadow:0 4px 12px 0 rgba(204,220,233,.4);display:flex;flex-direction:column;margin-bottom:var(--spacer_32);margin-right:var(--spacer_32);overflow:hidden;position:relative;width:calc(25% - var(--spacer_32)*3/4)}.blog-related-posts .listing__item:nth-child(4n){margin-right:0}.blog-related-posts .listing__item__overlay{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:2}.blog-related-posts .listing__item__picture{align-items:center;display:flex;justify-content:center;max-height:14.5rem;min-height:14.5rem;object-fit:cover;overflow:hidden}.blog-related-posts .listing__item__picture>img{border-top-left-radius:8px;border-top-right-radius:8px;cursor:pointer;height:100%;max-height:14.5rem;min-height:14.5rem;object-fit:cover;object-position:center;transition:transform .3s;width:100%}.blog-related-posts .listing__item__tags{gap:8px;list-style:none;margin-bottom:var(--spacer_12);padding-left:0;position:relative;z-index:2}.blog-related-posts .listing__item__tags li{border:1px solid #005e7d;border-radius:4px;transform:skew(-6deg);transition:var(--default_transition)}.blog-related-posts .listing__item__tags li:hover{background:#005e7d}.blog-related-posts .listing__item__tags li a{color:#005e7d;display:block;font-size:var(--font_size_12);font-weight:450;padding:4px 10px;text-transform:uppercase;transform:skew(6deg);transition:var(--default_transition);width:fit-content}.blog-related-posts .listing__item__tags li:hover a{color:var(--white_color)}.blog-related-posts .listing__item__text{height:100%;padding:var(--spacer_32)}.blog-related-posts .listing__item_date{margin-bottom:var(--spacer_12)}.blog-related-posts .listing__item__post-text{margin-bottom:var(--spacer_24)}.blog-related-posts .listing__item:hover .button-arrow a:after{transform:translateX(5px)}.blog-related-posts .listing__item__post-button{margin-top:auto}@media (max-width:1024px){.blog-related-posts>.listing__item{margin-right:0;width:31%}.blog-related-posts{justify-content:space-between}}@media (max-width:767px){.blog-related-posts .listing__item{margin-right:0;width:100%}.blog-related-posts .listing__item__picture,.blog-related-posts .listing__item__picture>img{max-height:20rem;min-height:20rem}}