.card-custom {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.title-custom {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    color: #333;
    margin-bottom: 2rem;
}

