.use-cases-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem}.use-cases-listing__post{border:none;border-radius:0!important;box-shadow:none;display:flex;flex-direction:column}.use-cases-listing__post:hover{box-shadow:none!important;transform:translateY(0)!important}.use-cases-listing__post-image-wrapper{aspect-ratio:3/2;border-radius:8px;box-shadow:0 0 2px 0 rgba(0,0,0,.25)}.use-cases-listing__post-image{border-radius:8px;height:100%;object-fit:cover;transition:transform .3s ease,border-radius .3s ease;width:100%}.use-cases-listing__post-image-wrapper:hover .use-cases-listing__post-image{box-shadow:0 0 4px 0 rgba(0,0,0,.25);transform:scale(1.05)}.use-cases-listing__post-content{margin-top:8px;padding-bottom:16px;padding-top:16px}.use-cases-listing__post-title{color:var(--black,#272727);display:-webkit-box;font-family:DIN Pro;font-size:23px;font-style:italic;font-weight:900;letter-spacing:.23px;line-height:110%;overflow:hidden;text-transform:uppercase;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:54px;margin-bottom:12px;text-overflow:ellipsis}.author-use-cases{display:flex;gap:.5rem;margin-bottom:6px}.use-cases-listing__post-author{color:var(--black,#272727);font-family:DIN Pro;font-size:15px;font-style:italic;font-weight:900;letter-spacing:.15px;line-height:110%;text-transform:uppercase}.use-cases-listing__post-preview{display:-webkit-box;margin-bottom:12px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.read-more-button,.use-cases-listing__post-preview{color:var(--black,#272727);font-family:DIN Pro;font-size:18px;font-weight:400;line-height:150%}.read-more-button{cursor:pointer;text-decoration:underline}.read-more-button:hover{font-weight:700}@media screen and (max-width:991px){.use-cases-posts-grid{grid-template-columns:repeat(1,1fr)}}