.related-wrap{display:flex;flex-wrap:wrap;gap:1.5em}.related-item{background:#fff;border-radius:12px;-webkit-box-shadow:0 2px 4px 0 rgba(34,53,72,.2);box-shadow:0 2px 4px 0 rgba(34,53,72,.2);min-width:360px;padding:1.5rem 20px;position:relative;transition:box-shadow .3s ease,border .1s ease,background .3s ease;transition:box-shadow .15s ease,border .15s ease;width:calc(25% - 1.5em)}.related-item:not(.deactivated):hover{-webkit-box-shadow:0 2px 8px 0 rgba(34,53,72,.3);box-shadow:0 2px 8px 0 rgba(34,53,72,.3)}.related-item .heading{margin-bottom:12px}.related-item.three{width:calc(33.33333% - 3em)}.deactivated h4,.deactivated p,.related-item.deactivated{color:var(--gray-4)}@media(max-width:959px){.related-item.three{max-width:100%;width:48%}}@media(max-width:599px){.related-item,.related-item.three{min-width:unset;width:100%}}.related-item a{bottom:24px;display:block;left:20px;position:absolute;right:20px}