.related-posts-cards-listing{gap:32px;grid-template-columns:repeat(3,minmax(0,1fr))}.related-post-card-img{aspect-ratio:392/243}.related-post-card-title{font-size:24px;font-weight:600;line-height:38px;text-decoration:underline;text-decoration-color:transparent;text-decoration-thickness:8px;transition:all .25s ease}.related-post-item:hover .related-post-card-title{text-decoration-color:var(--orange)}.related-post-card-img img{transition:transform .75s ease}.related-post-item:hover .related-post-card-img img{transform:scale(1.05)}.related-post__info{gap:4px 35px}.related-post__author,.related-post__date{gap:13px}@media only screen and (max-width:991px){.related-posts-cards-listing{gap:48px;grid-template-columns:repeat(1,minmax(0,1fr))}.related-post-card-img{aspect-ratio:320/243}.related-post-card-title{font-size:20px;line-height:34px;text-decoration-thickness:4px}}