.services-items__wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-gap:32px;gap:32px;width:100%;height:100%}@media screen and (max-width:992px){.services-items__wrapper{gap:16px}}@media screen and (max-width:768px){.services-items__wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:576px){.services-items__wrapper{gap:24px;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(1,1fr)}}.s-services-block__sub-title{margin-bottom:18px}.s-services-block__description{margin-bottom:42px;font-size:18px;color:#36486a;text-align:center}@media screen and (max-width:576px){.s-services-block__description{font-size:16px}}