.card{background-color:#fff;flex-direction:column;width:100%;display:flex}.card .image{width:100%;padding-top:56.25%;position:relative;overflow:hidden}.card .image img{object-fit:cover;background:#000;width:100%;height:100%;position:absolute;inset:0}.card .video{width:100%;padding-top:56.25%;position:relative;overflow:hidden}.card .video video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.card .info{flex-direction:column;height:100%;padding:2rem;display:flex}.card .logo,.card .title{flex-shrink:0;justify-content:center;align-items:center;width:100%;min-height:80px;margin-bottom:2rem;display:flex}.card .logo img{object-fit:contain;max-width:100%;height:100%;max-height:80px;margin:auto}.card .info{text-align:center}.card .description{color:#333;width:100%;margin:0 auto 2rem}.card .description>:first-child,.card .title>:first-child{margin-top:0}.card .info>:last-child,.card .description>:last-child,.card .title>:last-child{margin-bottom:0}.card .actions{color:#333;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:auto;display:flex}
