.working-with__heading{margin-bottom:40px;text-align:center}.working-with__grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr 28px 1fr;gap:28px;grid-template-columns:repeat(2,1fr);list-style:none;margin:0;padding:0}@media screen and (min-width:768px){.working-with__grid{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:992px){.working-with__grid{-ms-grid-columns:(1fr)[5];grid-template-columns:repeat(5,1fr)}}.working-with__item{background-color:var(--color-lightest-grey);border:4px solid transparent;border-radius:20px;height:176px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;cursor:pointer;justify-content:center;-webkit-transition:var(--transition);transition:var(--transition)}.working-with__item,.working-with__item-image{display:-webkit-box;display:-ms-flexbox;display:flex}.working-with__item-image{width:100%;-ms-flex-negative:0;flex-shrink:0;height:100%;max-height:68px;max-width:183px}.working-with__item-image img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.working-with__item:focus,.working-with__item:hover{border-color:var(--color-green)}