#date_scheda {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#date_scheda div {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

#date_scheda strong {
    color: var(--e-global-color-secondary);
    font-size: 17px;
}

#date_scheda p {
    font-size: 17px;
    margin: 0;
}

#date_scheda h5 {
    font-family: "Titan One", Sans-serif;
    font-weight: 400;
    color: var(--e-global-color-primary);
    font-size: 20px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
    #date_scheda h5 {
        font-size: 17px;
    }
}
@media only screen and (max-width: 479px) {
    #date_scheda h5 {
        font-size: 13px;

    }
}

