.services-items__wrapper{display:grid;grid-template-columns:1fr;grid-auto-rows:1fr;grid-gap:12px;gap:12px;width:100%;height:100%}@media screen and (min-width:576px){.services-items__wrapper{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);grid-auto-flow:column;gap:12px}}@media screen and (min-width:992px){.services-items__wrapper{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-auto-flow:row;gap:20px}}@media screen and (min-width:1200px){.services-items__wrapper{gap:32px}}.improve-team-block{margin-bottom:48px}.improve-team-block__title{margin-bottom:24px;color:#36486a}.improve-team-block__wrapper{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(3,1fr);grid-gap:24px;gap:24px;width:100%;height:100%}@media screen and (min-width:768px){.improve-team-block{margin-bottom:64px}.improve-team-block__wrapper{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto)}.improve-team-block__item:first-child{grid-column:1/-1}}@media screen and (min-width:992px){.improve-team-block__wrapper{grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:32px}.improve-team-block__item:first-child{grid-column:auto}}