/* Add here all your CSS customizations */
@media (max-width: 576px) {
    .img-team{
        height: 150px;
        display: block;
        margin: 0 auto;
    }
}
/* .testo *:not(a,a *,i){
    color:black !important;
} */
.testo, .testo p{
    color:black !important;
}
.testo h3,h2{
    margin-bottom:15px;
}
.testo h5{
    color: #dd0000;
}
@media (max-width: 479px) {
	.table {border-collapse: collapse;} 
	.table th {display:none}
	.table tr {border:1px solid #ddd}
	.table td {display:block; border:none !important;width:100% !important;}
}
.testo img, .timeline-box img{
    max-width:100% !important;
    height: auto !important;
}

.card-moduli:hover{
    transform: scale(1.05);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.section-primary {
    background-color:#006e9a !important;
}
