@media only screen and (min-width:768px){.employees-container{grid-gap:20px;display:grid;grid-template-columns:repeat(4,1fr);row-gap:60px}.employees-container .employee .employee-info{padding-left:10px;padding-right:10px}.employee-image{margin-bottom:8px}.employees-container .employee .employee-title{margin-bottom:16px}}@media only screen and (max-width:767px){.employees-container .employee{margin-bottom:40px}.employees-container .employee .employee-info{padding-left:20px;padding-right:20px}}.employee img{object-fit:cover;width:100%}.employee h3{color:#672666;font-size:1.05em;margin-bottom:4px}.employee .employee-title{font-size:.8em;line-height:1.3em}.employee .employee-contact{font-size:.9em;line-height:1.3em}.employee a{color:#212721;text-decoration:none}