.custom_card-wrapper{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.custom-card{align-items:center;box-sizing:border-box;display:flex;flex:1 1 calc(33.333% - 2rem);flex-direction:column;max-width:calc(33.333% - 2rem);padding:1rem 0;text-align:center}.custom-image{margin-bottom:1rem}.custom-image img{object-fit:cover;width:100%}.placeholder{background:#d2c2eb;border-radius:50%;height:100%;width:100%}.custom-title{color:#5e0e97;font-size:32px;font-weight:600}.custom-description,.custom-description p,.custom-title{font-family:Open Sans;font-style:normal;line-height:140%;text-align:center}.custom-description,.custom-description p{color:#28222c;font-size:18px;font-weight:400;margin:0}.custom-meta{color:#555;font-size:.85rem}.custom-meta p{margin:.2rem 0}@media (max-width:768px){.custom-card{flex:1 1 100%;max-width:100%}}