.employees-contact{gap:30px;}
.employees-contact img.employee-photo{width: 180px;height:180px;aspect-ratio: 1 / 1;object-fit: cover;border-radius: 100%;}
.linkedin { font-weight: 600; border: solid 1px; border-radius: 100px; padding: 3px 10px; }

@media only screen and (max-width:767px) {
.employees-contact img.employee-photo{margin-bottom:15px;}
}