.related_resources_module_content{margin:0 auto;width:100%}.blog__related_resources_wrapper{display:grid;gap:16px;grid-template-columns:repeat(3,1fr);min-height:450px}.related-resource__cards-card-image{height:250px;margin-bottom:25px;overflow:hidden;width:auto}.related-resource__cards-card-image img{height:100%;max-width:100%;min-height:250px;object-fit:cover;transform:scale(1);transition:transform .3s ease;width:100%}.related-resource__card_link:hover .related-resource__cards-card-image img{transform:scale(1.2)}.related-resource__card_link:hover .related-resource__cards-card-summary{color:var(--brand-dark-pink)}.related-resource__cards-card-summary{color:var(--brand-red);font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:13px;transition:color .3s ease}.related-resource__cards-card-title{color:var(--brand-dark-purple);font-size:18px;font-weight:800;letter-spacing:.45px;margin-bottom:20px;text-transform:uppercase;-webkit-line-clamp:4;transition:color .3s ease}.related-resource__cards-card-description,.related-resource__cards-card-title{display:-webkit-box;font-style:normal;line-height:1.3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.related-resource__cards-card-description{color:#000;font-size:20px;font-weight:400;-webkit-line-clamp:5}@media (max-width:992px){.blog__related_resources_wrapper{grid-template-columns:1fr 1fr}.related-resource__cards-card-title{font-size:48px;margin-bottom:20px}.related-resource__cards-card-description{font-size:16px}}@media (max-width:576px){.blog__related_resources_wrapper{grid-template-columns:1fr}}