.content-card{background-color:var(--tertiary-color);border-radius:12px;width:280px;box-shadow:0 4px 12px rgb(0 0 0/25%);overflow:hidden;transition:transform .2s ease-in-out;display:flex;flex-direction:column;justify-content:space-between;height:350px;max-height:350px}.truncate-2-lines{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.content-card:hover{transform:scale(1.03)}.content-card h3{margin:16px;font-size:20px;color:#72b4e0}