.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__header h4,.m-content-cards .card__header h5,.m-content-cards .card__header h6,.m-content-cards__card__header h3{margin:.5em 0}.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}.m-content-cards .underline-an:after{background-color:var(--alt-color--1);bottom:0;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .3s ease-in-out;width:100%}.m-content-cards .underline-an:hover:after{transform:scaleX(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(340px,calc(-93px + 100vw),375px)}}