/* Contents:
 - block-acf-employees
 - core-block-supports-duotone
*/section.employees div.container{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;gap:40px}@media (min-width:768px){section.employees div.container{-ms-flex-pack:start;justify-content:flex-start}}section.employees div.container div.single.employee{margin-bottom:50px;-ms-flex-preferred-size:calc(33.33% - 40px);flex-basis:calc(33.33% - 40px);text-align:center;color:#002445}@media (max-width:1150px){section.employees div.container div.single.employee{-ms-flex-preferred-size:calc(50% - 40px);flex-basis:calc(50% - 40px)}}@media (max-width:769px){section.employees div.container div.single.employee{width:100%;-ms-flex-preferred-size:calc(100% - 40px);flex-basis:calc(100% - 40px)}}section.employees div.container div.single.employee picture img{display:block;object-fit:cover;height:auto;width:100%}@media (max-width:769px){section.employees div.container div.single.employee picture img{max-width:50%;margin:0 auto}}@media (max-width:550px){section.employees div.container div.single.employee picture img{max-width:100%;margin:0}}section.employees div.container div.single.employee div.info h2{margin:15px 0 5px;font-weight:900;font-size:22px}section.employees div.container div.single.employee div.info p{font-size:14px;margin:0 0 15px 0}section.employees div.container div.single.employee div.info a{font-weight:700;color:#002445;text-decoration:none;font-size:16px;display:block;margin-bottom:5px;-webkit-transition:.2s ease-in-out color;transition:.2s ease-in-out color}section.employees div.container div.single.employee div.info a:hover{-webkit-transition:.3s ease-in-out color;transition:.3s ease-in-out color;color:#003f78}