.m-cards-info__container{display:flex;flex-direction:column;gap:1.25rem;margin:0 auto;max-width:var(--content-width);width:100%}.m-cards-info__row{display:flex;flex:1;flex-wrap:wrap;gap:1.25rem;width:100%}.m-cards-info__wrapper{border-radius:16px;box-shadow:var(--box-shadow);display:flex;flex:1 1 calc(33.333% - 1.25rem);flex-direction:column;gap:clamp(.25rem,1.5vw,1rem);padding:1rem}.m-cards-info__wrapper--medium{flex:1 1 calc(50% - 1.25rem)}.m-cards-info__wrapper--large{flex:1 1 100%}.m-cards-info__heading{margin-bottom:-2px;padding:.5rem;width:fit-content}.m-cards-info__content{display:flex;gap:5rem}.m-cards-info__subtext,.m-cards-info__text{padding:.5rem;width:fit-content}.m-cards-info__subtext{align-items:flex-end;display:flex;margin-top:auto}.m-cards-info__subtext a{color:var(--primary-color);text-decoration:none}.m-cards-info__subtext .icon-greater-than{filter:invert(27%) sepia(38%) saturate(1895%) hue-rotate(187deg) brightness(91%) contrast(89%);height:.75rem;margin-left:.25rem}@media (max-width:1024px){.m-cards-info__wrapper{flex:1 1 calc(50% - 1.25rem)}}@media (max-width:768px){.m-cards-info__container{padding:.5rem}.m-cards-info__row{flex-direction:column;gap:clamp(.8rem,2.8vw,1.25rem)}.m-cards-info__wrapper{flex:1 1 100%;padding:16px}.m-cards-info__subtext .icon-greater-than{height:clamp(.5rem,2vw,.75rem)}}@media (max-width:480px){.m-cards-info__subtext{font-size:12px}}