.sg-card-block{align-items:stretch;display:flex;flex-wrap:wrap;gap:20px}.custom-card{background-color:#fff;border-radius:20px;color:#3b3b3b;display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden;transition:all .2s ease}.custom-card:hover{box-shadow:0 12px 16px rgba(0,0,0,.08)}.custom-card .image-container{align-items:center;background:#f5f5f5;display:flex;height:200px;justify-content:center;overflow:hidden;width:100%}.custom-card .image-container img{height:100%;object-fit:contain;transition:transform .6s ease;width:100%}.custom-card:hover .image-container img{transform:scale(1.05)}.custom-card .card-inner{display:flex;flex:1 1 auto;flex-direction:column;padding:20px;text-align:left}.custom-card .card-heading,.custom-card h3,.custom-card h4{font-family:var(--ff-heading,sans-serif);font-size:20px;font-weight:600;margin:10px 0}.custom-card p{color:var(--color-text,#333);font-family:var(--ff-body,sans-serif);font-size:14px;line-height:1.5;margin-bottom:15px}.custom-card .btn-container,.custom-card button{margin-top:auto}.sg-card-block[data-cards-to-display="2"] .custom-card{width:calc(50% - 20px)}.sg-card-block[data-cards-to-display="3"] .custom-card{width:calc(33.333% - 20px)}.sg-card-block[data-cards-to-display="4"] .custom-card{width:calc(25% - 20px)}.sg-card-block[data-cards-to-display="5"] .custom-card{width:calc(20% - 20px)}@media (max-width:800px){.sg-card-block[data-cards-to-display] .custom-card{width:calc(50% - 15px)}}@media (max-width:600px){.sg-card-block[data-cards-to-display] .custom-card{width:100%}}