@media (min-width:400px){
    
    .price__title{
        font-size: 1.4rem;
        font-weight: 600;
        color: var(--title-card);
        white-space: nowrap;
        margin-bottom: 6px;
    
    }
    .price__demo{
        font-size: 1.8rem;
        font-weight: 600;
        color: var(--title-card);
    }
}