#rec2410364241 .t772__content {
    background: #fff;
    border-radius: 22px;
    padding: 26px;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#rec2410364241 .t772__content:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0,0,0,0.10);
}