.service{display:grid;gap:3.2rem;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.service__item{display:flex}.service__item>img{object-fit:contain;object-position:top;padding:1rem 2rem;width:50%}.service__item--content{width:50%}.service__item--content>h3{font-size:2rem;line-height:200%}.service__item--content>p{font-size:1.6rem;line-height:200%}@media(max-width:1024px){.service__item>img{object-fit:contain;padding:2rem;width:100%}.service__item--content{width:100%}.service__item{display:block;margin-top:2.4rem}}@media(max-width:768px){.service__item>img{object-fit:contain;padding:2rem;width:50%}.service__item--content{width:50%}.service{display:block}.service__item{display:flex;margin-top:2.4rem}}@media(max-width:480px){.service{display:block}.service__item{display:block;margin-top:2.4rem}.service__item>img{object-fit:contain;padding:2rem;width:100%}.service__item--content{width:100%}}