.SmallCards_container__ZsL0x{container-type:inline-size;container-name:core-values}.SmallCards_content__27bjq{display:flex;flex-direction:column;gap:3rem}.SmallCards_grid__QprMy{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem}.SmallCards_card__a_SGv{padding:1.5rem;border-radius:var(--border-radius);display:flex;flex-direction:column;gap:1.5rem;transition:transform .3s ease;height:100%}.SmallCards_card__a_SGv:hover{transform:scale(1.05)}.SmallCards_cardHeader__Lt1Af{display:flex;align-items:center;gap:1.5rem}.SmallCards_imageWrapper__0NaBE{position:relative;width:12rem;height:9rem;border-radius:var(--border-radius);overflow:hidden}.SmallCards_image__t6Jrq{object-fit:cover}.SmallCards_title__7eWYL{font-size:var(--h2-font-size);font-weight:400;width:50%}.SmallCards_button__DHyqL{background-color:#000;color:#fff;font-size:var(--button-font-size);font-weight:300;padding:.6rem 1.5rem;text-transform:capitalize;border-radius:var(--border-radius);border:none;transition:background-color var(--duration) ease-in-out;-webkit-tap-highlight-color:rgba(0,0,0,0);margin:0 auto}.SmallCards_button__DHyqL:hover{cursor:pointer;background-color:rgba(0,0,0,.7)}.SmallCards_button__DHyqL:disabled{background-color:rgba(0,0,0,.7);cursor:not-allowed}@container core-values (min-width: 700px){.SmallCards_grid__QprMy{grid-template-columns:repeat(2,minmax(0,1fr))}.SmallCards_title__7eWYL{font-size:var(--h1-font-size);width:100%}.SmallCards_cardHeader__Lt1Af{display:flex;flex-direction:column;align-items:flex-start}}@media(min-width:1280px){.SmallCards_cardHeader__Lt1Af{display:flex;flex-direction:row;align-items:center}.SmallCards_title__7eWYL{width:50%}}