.m-content-cards{height:auto;width:100%}.m-content-cards__container{align-items:center;display:flex;flex-direction:column;justify-content:center}.m-content-cards__card{background-position:110% -10%;background-repeat:no-repeat;background-size:65%;border-radius:var(--border-radius);display:flex;flex-direction:column;margin:.75rem 0;padding:2rem;width:375px}.m-content-cards__card__container{align-items:flex-start;display:flex;flex-direction:column;height:100%}.m-content-cards__top{align-items:flex-start;display:flex;justify-content:space-between;width:100%}.m-content-cards__top__left{max-width:500px;padding:1rem}.m-content-cards__top__right{display:flex;justify-content:flex-end;width:100%}.m-content-cards__bottom{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.m-content-cards__card__header{padding:.5rem 0 .3rem}.m-content-cards__card__content{flex:1;height:100%;margin-bottom:.5rem}.m-content-cards__card__icon{height:100px;width:100px}.m-content-cards__card__icon,.m-content-cards__card__link{align-items:flex-end;display:flex;flex-grow:1}@media screen and (max-width:1200px){.m-content-cards__bottom{justify-content:space-evenly}}@media screen and (max-width:767px){.m-content-cards__top{align-items:center;flex-direction:column}.m-content-cards__top__right{justify-content:center}}@media screen and (max-width:468px){.m-content-cards__card{width:clamp(350px,calc(-93px + 100vw),375px)}}