section.services .boxes{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:25px;padding-top:3rem;padding-bottom:3rem}section.services .boxes .box{border-radius:25px;overflow:hidden;box-shadow:0px 12px 20px 0px rgba(0,0,0,.13),0px 2px 4px 0px rgba(0,0,0,.12)}section.services .boxes .box .img-avatar{width:100px;height:100px;margin-top:2rem;margin-inline:auto;border-radius:50%;background-color:var(--ast-global-color-0)}section.services .boxes .box .content{text-align:center;padding:25px}section.services .boxes .box .content h3{font-size:1.3rem;margin-bottom:25px}@media(min-width: 768px){section.services .boxes{grid-template-columns:repeat(auto-fill, minmax(350px, 1fr))}}/*# sourceMappingURL=box.min.css.map */