.tt-cards{--tt-cards-gap:1.5rem;--tt-cards-columns:3;background-color:#f5f5f5;padding:var(--tt-module-padding-top,var(--tt-spacing-medium,3rem)) var(--tt-spacing-small,2rem) var(--tt-module-padding-bottom,var(--tt-spacing-medium,3rem));width:100%}.tt-cards__heading-wrap{margin:0 auto var(--tt-spacing-medium,3rem);max-width:1200px;text-align:center}.tt-cards__heading{font-weight:700;line-height:1.25;margin:0}.tt-cards__rule{background-color:#f5c400;border:none;height:4px;margin:var(--tt-spacing-xsmall,1rem) auto 0;width:4rem}.tt-cards__grid{display:grid;gap:var(--tt-cards-gap);grid-template-columns:repeat(var(--tt-cards-columns),minmax(0,1fr));margin:0 auto}.tt-cards__item{display:flex;flex-direction:column;min-width:0}.tt-cards__item--has-bg{border-radius:4px;overflow:hidden}.tt-cards__media{aspect-ratio:var(--tt-cards-media-aspect,16/9);overflow:hidden;width:100%}.tt-cards__image{display:block;height:100%;object-fit:cover;width:100%}.tt-cards__content{color:var(--tt-cards-body-text);font-size:var(--tt-font-body,1rem);line-height:1.5;padding:var(--tt-spacing-xsmall);text-align:left}.tt-cards--text-center .tt-cards__content{text-align:center}.tt-cards__content :is(h1,h2,h3,h4,h5,h6){color:var(--tt-cards-heading-text)}.tt-cards__content p:last-child{margin-bottom:0}@media (max-width:767px){.tt-cards__grid{grid-template-columns:1fr}}