.card-home-custom {
    border-radius: 18px;
    transition: all 0.3s ease;
    background: #477db2;
    border: none;
}
.card-home-custom:hover {
    transform: translateY(-3px) scale(1.02);
    /* box-shadow: 0 8px 25px rgba(38, 66, 99, 0.15); */
}
