.card_custom--wrapper{display:flex;flex-direction:column;margin-top:5rem;overflow:hidden}.card_custom--item-link{display:block}.card_custom--item{align-items:flex-start;border-radius:40px;display:flex;flex-direction:row;justify-content:space-between;margin:0 15px .5rem;padding:2rem;position:relative}.card_custom--item:before{border-radius:15px;content:"";height:30px;left:-15px;position:absolute;top:calc(50% - 15px);width:30px}.card_custom--item_content{align-items:flex-start;display:flex;flex:1 1 50%;flex-direction:column;justify-content:flex-start;padding-top:.5rem}.card_custom--item_content a{border:1px solid transparent;border-radius:1rem;box-sizing:border-box;display:block;height:auto;padding:1rem;width:100%}.card_custom--item_content a:not(:last-child){margin-bottom:.5rem}.card_custom--item_content h2,.card_custom--item_content h3,.card_custom--item_content h4{font-size:1.5rem;font-weight:300;margin-bottom:.5rem}.card_custom--item_content p{margin-bottom:0}.card_custom--title{box-sizing:border-box;flex:0 0 25%;padding-right:.5rem;padding-top:1rem}h3.card_custom--title strong{color:var(--clr-primary)}.card_custom--item_image{align-self:flex-start;box-sizing:border-box;flex:0 0 25%;padding-right:2rem}.card_custom--item_image img{aspect-ratio:1/1;border-radius:50%;height:100%;object-fit:cover;width:100%}@media (max-width:575px){.card_custom--title{font-size:1.1rem}.card_custom--item{flex-direction:column;margin:0 15px .5rem;padding:2rem 1rem}.card_custom--item>*{flex:0 0 100%;padding-top:0}.card_custom--item:before{height:24px;left:-12px;top:2.25rem;width:24px}.card_custom--item_content h2,.card_custom--item_content h3,.card_custom--item_content h4{font-size:1.1rem}.card_custom--item_content{padding-top:.5rem}.card_custom--item_content a{padding:.5rem .75rem}}