.EmployeeSpotLight{width:100%;display:grid;grid-template-columns:auto auto auto;justify-content:space-evenly}.EmployeeSpotLight .icon-set-employees{padding:0 50px}.EmployeeSpotLight .employees-content{padding:20px}.EmployeeSpotLight .second-employee{border-left:2px solid #000;border-right:2px solid #000}@media only screen and (max-width:600px){.EmployeeSpotLight{grid-template-columns:auto!important;justify-content:center!important}.EmployeeSpotLight .second-employee{border-left:none!important;border-right:none!important}}