#title-big-red {
    color: #f60432;
    font-weight: bold;
    font-size: 40px;
    padding-top: 20px;
    margin-bottom: -10px;
}

#title-black {
    color: #000;
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 20px;
    line-height: 1;
}

.parti {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.title {
    text-align: center;
    background-color: #f8e4af;
}

.n-parte{
    text-align: left;
    font-weight: 900;
    font-size: 17px;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.fascia {
    background: white;
    padding-top: 30px;
    font-size: 17px;
    text-align: center;
    padding-bottom: 5px;
}

.col-sm-1 {
    width: 10%;
}

.col-sm-3 {
    width: 24%
}

.col-sm-5 {
    width: 40%;
}

.col-sm-7 {
    width: 56%;
}

.col-sm-10 {
    width: 80%;
}

.testo-bianco {
    color: #fcfcfc;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
}

body {
    color: #000;
}

b {
    font-weight: 900;
}

li {
    font-weight: 900;
    margin-left: -20px;
}

.desc {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: -5px;
}

@media (max-width: 480px) {
    #title-big-red {
        line-height: 1.2;
        margin-bottom: 10px;
    }
    
    #title-black {
        line-height: 1.1;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .col-sm-5, 
    .col-sm-10 {
        width: 100%;
    }
}