.iac-c50224ea-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100%;
}

a.iac-c50224ea-card {
    cursor: pointer;
}

.iac-c50224ea-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.iac-c50224ea-icon {
    font-size: 40px;
    color: #0b1c4a;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}
.iac-c50224ea-icon svg {
    width: 40px;
    height: 40px;
    fill: #0b1c4a;
    transition: fill 0.3s ease;
}

.iac-c50224ea-title {
    font-size: 16px;
    font-weight: 600;
    color: #0b1c4a;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.iac-c50224ea-arrow {
    font-size: 18px;
    color: #0b1c4a;
    transition: color 0.3s ease, transform 0.3s ease;
}

.iac-c50224ea-card:hover .iac-c50224ea-arrow {
    transform: translateX(3px);
}
