.related-cards-wrapper{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;padding:40px 0}.related-card-item{position:relative;width:calc(33.333% - 20px)}.related-card-inner{background:#fff;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.1);display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.related-card-item:hover .related-card-inner{box-shadow:0 8px 25px rgba(0,0,0,.15);transform:translateY(-5px)}.related-card-image img{height:auto;object-fit:cover;width:100%}.related-card-content{display:flex;flex-direction:column;flex-grow:1;padding:10px;text-align:center}.related-card-title{color:#333;flex-grow:1;font-weight:700}.related-card-button a{background-color:#ac9f45;border-radius:4px;color:#fff;display:inline-block;font-weight:700;padding:12px 24px;text-align:center;text-decoration:none;width:100%}.related-card-link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}@media (max-width:991px){.related-card-item{width:calc(50% - 15px)}}@media (max-width:767px){.related-card-item{width:100%}}