.text-with-arrow { display: inline-block; }
.text-with-arrow svg{ float:right;}
.employee-contact{gap:30px;}
.employee-contact img.employee-photo{width: 210px;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) {
.employee-contact img.employee-photo{margin-bottom:15px;}
}