.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}@media(max-width:767px){.content_cards{display:block}}@media(min-width:768px) and (max-width:1199px){.content_cards{flex-wrap:wrap}.content_cards__card{flex:0 0 calc(50% - 30px);width:auto}}.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%}