.employees{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));justify-content:center}.employee{background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;box-shadow:0 1px 1px rgba(0,0,0,.15);margin:10px;overflow:hidden;padding:20px;text-align:center}.employee-photo img{height:auto;width:100px}.employee-info{padding:10px}.employee-location{color:#0097a7!important;font-weight:700}.employee-info h3,.employee-info p{color:#424242;margin:5px 0}.employee-info h3{font-size:18px}.employee-info p:nth-child(2),.employee-info p:nth-child(4){color:#5e5e5e;font-size:14px}.department-group>.employee{display:inline-block;margin-bottom:20px;width:calc(33% - 60px)}@media (max-width:1024px){.department-group>.employee{width:calc(50% - 60px)}}@media (max-width:768px){.department-group>.employee{width:calc(50% - 20px)}}@media (max-width:690px){.department-group>.employee{width:calc(100% - 20px)}}.department-group{margin-bottom:40px;text-align:center}.department-group h2{color:#000;font-size:24px;margin-bottom:20px}