.space__cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px -1.25rem}.space__cards>*{margin:0 10px 1.25rem;width:calc(33.3333333333% - 20px)}.space__card{padding:2rem;background-color:var(--light-green);border-radius:1.5rem;text-align:center;color:var(--green)}.space__card-ico{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:4rem;height:4rem;border-radius:.75rem;background-color:var(--pink);margin:0 auto 1.25rem}.space__card-ico>svg{width:2rem;height:2rem;-o-object-fit:contain;object-fit:contain}@media (max-width:768px){.space__cards{margin:unset}.space__cards>*{margin:unset;width:100%}.space__card{padding:24px 32px}.space__card-ico{width:42px;height:42px;border-radius:8px}.space__card-ico>svg{width:21px;height:21px}.space__card-text{font-size:20px}.space__card:not(:last-child){margin-bottom:20px}}