@media only screen and (min-width: 768px){.services__list{display:grid;grid-template-columns:repeat(auto-fill, minmax(340px, 1fr));gap:var(--gap);align-items:stretch}}@media only screen and (min-width: 992px){.services__list{grid-template-columns:repeat(auto-fill, minmax(380px, 1fr))}}@media only screen and (max-width: 767px){.services-item{margin-top:20px}}.services-item{padding:16px}@media only screen and (min-width: 768px){.services-item{padding:32px}}.services-item{height:100%;border:1px solid var(--light);border-radius:16px}.services-item:hover{border:1px solid var(--secondary)}.services-item__top{display:flex;align-items:center}.services-item__image{width:36px;height:36px}@media only screen and (min-width: 768px){.services-item__image{width:60px;height:60px}}.services-item__title{margin-left:24px;font-weight:700;font-size:15px}@media only screen and (min-width: 768px){.services-item__title{font-size:20px}}.services-item__title{color:var(--black)}.services-item:hover .services-item__title{color:var(--secondary)}.services-item__body{margin-top:12px;font-size:14px}@media only screen and (min-width: 768px){.services-item__body{font-size:15px}}.services-item__body{line-height:150%;color:var(--primary)}