﻿h2 {margin: 0 0 25px 0 !important;}

div#contacts                {width:100%; display:flex; justify-content:flex-start; flex-wrap:wrap; }
div#contacts .contact       {width:32%; margin: 0 2% 2% 0; border-radius:6px;}
div#contacts .contact:nth-child(3n) {margin: 0 0 2% 0;}

div#contacts .contact .contact-image        {}
div#contacts .contact .contact-image img    {width:100%; height:auto; display:block; border-top-left-radius: 6px; border-top-right-radius: 6px;}
    div#contacts .contact .contact-info { background: #f6f6f6; padding: 20px; text-align: center; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
    div#contacts .contact p:nth-child(2) {margin:0 0 10px 0;}
    div#contacts .contact p { margin: 0 0 5px 0; }
    div#contacts .contact p:last-child {color:#808080; }
div#contacts .contact .contact-info p.name      {margin:0 0 0px 0; font-size:18px; font-weight:600; padding:0;}
div#contacts .contact .contact-info p.email {max-width:100%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

@media only screen and (max-width: 480px)
{
    div#contacts                {margin-top:-2%;}
    div#contacts .contact       {width:100%; margin: 0 0 15px 0; }

}