.content-card-wrapper{display:flex;flex-direction:column;align-items:center;gap:18px;border-radius:12px;background:var(--Colors-Neutrals-White---50,#fdfdfd);box-shadow:0 4px 11.7px 0 rgba(1,156,223,.1);width:-moz-fit-content;width:fit-content;align-self:stretch;flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 20px);min-width:0}.content-card-wrapper.threeInRow{flex-grow:0;flex-shrink:0;flex-basis:calc(33.333% - 20px)}@media screen and (max-width:1000px){.content-card-wrapper{max-width:100%;width:100%;flex:1 1 100%}}.content-card-wrapper .image-wrapper{width:100%;border-radius:24px 0 24px 0;overflow:hidden}.content-card-wrapper .image-wrapper img{object-fit:fill;border-radius:12px 12px 0 0;width:100%;height:auto;max-width:100%}.content-card-wrapper .image-wrapper .img{width:100%;max-width:100%}.content-card-wrapper .content-wrapper{display:flex;flex-direction:column;gap:12px;padding:0 16px 16px;max-width:350px;min-height:180px;width:100%}.content-card-wrapper .content-wrapper.maxWidth{max-width:480px}.content-card-wrapper .content-wrapper.small{min-height:max-content}@media screen and (max-width:1024px){.content-card-wrapper .content-wrapper{min-height:140px;max-width:100%}}.content-card-wrapper .content-wrapper p{word-wrap:break-word;overflow-wrap:break-word}