.marketing-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--spacing-40);width:100%}.marketing-card{display:flex;flex-direction:column;justify-content:flex-start;gap:var(--spacing-20);height:auto;min-height:400px;min-width:0;padding:var(--spacing-20);overflow:hidden;border:1px solid var(--color-background-secondary);border-radius:4px;background-color:var(--color-background-primary)}.marketing-card-image{position:relative;flex:0 0 240px;width:100%;height:240px;overflow:hidden;border-radius:4px;background-color:var(--color-background-hover)}.marketing-card-image>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.marketing-card-body{display:flex;flex:0 0 auto;flex-direction:column;align-items:stretch;gap:var(--spacing-8);width:100%;min-width:0}.marketing-card-header{width:100%;min-width:0;color:var(--color-text-primary);font-size:var(--marketing-body-font-size);line-height:var(--marketing-body-line-height)}.marketing-card-description{width:100%;min-width:0;color:var(--color-text-secondary);line-height:var(--marketing-body-line-height)}@media(max-width:768px){.marketing-card-grid{grid-template-columns:1fr}.marketing-card{min-height:0;height:auto;justify-content:flex-start}.marketing-card-image--photo{flex:0 0 auto;height:auto}.marketing-card-image--photo>img{position:static;height:auto}}
