.head-titles{
    padding-right:  20px;
    color: 
}

.contact-title{
    height: 100px;
}

.table-head{
    font-size: .80em;
    font-weight: bold;
    color: #828282;
}

tr td:last-child{
    color: #a0a0a0;
}


@media (max-width: 1199px){
    
    .contact-title{
        height: auto;
        
    }
    
    
}