.ca-step-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.icon-step {
    display: block;
    max-width: 100%;
    height: auto;
}



.ca-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.05);
}

.ca-step-card {
    padding: 20px;
    background: #ffffff;

    border-radius: 12px;
      box-shadow: 0 0 20px rgb(252, 252, 252);
}

.ca-step-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}
.icon-step{
    height: 64px;
}


/* TYPOGRAFIA */
.ca-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
}

.ca-title-black {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: black;
}

.ca-subtitle {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    color: rgb(255, 255, 255);
}