/*Inizio Globale*/
p{
    margin-bottom:0px;
}
.custom-row {
    display: flex;
    align-items: center;
}

.content-icon {
    flex: 0 0 10%;
    max-width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0px;
}

.content-icon img {
    max-width: 100%;
    height: auto;
}

.content_text {
    flex: 0 0 90%;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text_top{
    font-family: futura-pt;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: -2%;
    padding-bottom:3px;
}
.text_bottom{
    font-family: futura-pt;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: -2%;
    
}


/*Fine Globale*/

/*Inizio Desktop*/
@media(min-width:992px){

}
/*Fine Desktop*/

/*Inizio Mobile*/
@media(max-width:992px){
    
}
/*Fine Mobile*/