.column{display:grid;-webkit-box-pack:center;-ms-flex-pack:center;gap:20px 20px;grid-template-columns:repeat(auto-fit,392px);justify-content:center}.column .card{max-width:392px;word-break:break-all}.column .img-box{text-align:center}.column .img-box .image{height:245px;overflow:hidden;width:100%}.column .img-box .image img{height:100%;margin:0 0 16px;max-height:256px;object-fit:cover;width:100%}.text-box p:first-child{color:var(--accent-primary);font-size:1.6rem;font-weight:700;line-height:100%;margin-bottom:4px;text-align:center}.text-box p:nth-child(2){color:var(--black-primary);font-size:2rem;font-weight:700;line-height:150%;margin:0 0 12px;text-align:center}.caption{font-size:1.6rem;font-weight:400;margin:0 0 36px}.card a{align-items:center;color:var(--black-primary);display:flex;font-size:1.4rem;gap:8px;justify-content:center;margin:16px 0;text-decoration:none;transition:.7s}.card a:hover{opacity:.6;transform:translate(10px);transition:.7s}.card a:after{background:url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/next.svg) 100% no-repeat;color:var(--black-primary);content:"";height:28px;width:28px}@media screen and (max-width:767px){.column{grid-template-columns:repeat(1,300px)}}