.content_cards{display:flex}.content_cards__card{background:#fff;border-radius:10px;display:flex;flex:1;flex-direction:column;justify-content:space-between;margin:15px;padding:30px}.content_card__card__logos{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.4rem}@media(max-width:425px){.content_card__card__logos>div{flex-basis:50%;text-align:center}.content_card__card__logos img{height:auto;width:90%}}.content_card__card__people{align-items:flex-start;display:flex;font-size:14px;justify-content:space-around;margin:0 -15px 15px;text-align:center}.content_card__card__people>div{flex:1 0;margin:15px;max-width:150px}.content_card__card__people>div>div{aspect-ratio:1;border-radius:100%;overflow:hidden}.content_card__card__people img{height:100%;object-fit:cover;object-position:top center;width:100%}@media(max-width:767px){.content_cards{display:block}}@media(min-width:768px) and (max-width:1199px){.content_cards{flex-wrap:wrap}}.content_cards__card h3{line-height:1.25}.content_cards__card__author{font-size:15px}.content_cards__card .button{background:#fff;border-color:#6b00b1;color:#6b00b1;display:inline-block;padding:10px 30px}.content_cards__card .button:hover{background:#6b00b1;color:#fff}.content_cards__card__image{margin-bottom:10px}.content_cards__card__image a{aspect-ratio:16/9;display:block}.content_cards__card__image img{height:auto;object-fit:cover;width:100%}