section.box-grid .wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column;flex-wrap:auto;gap:32px}section.box-grid .wrapper .content{width:100%;text-align:center}section.box-grid .wrapper .boxes{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:wrap;gap:16px}section.box-grid .wrapper .boxes.overlap{gap:32px 16px}section.box-grid .wrapper .boxes.overlap .box{padding:0 24px 24px}section.box-grid .wrapper .boxes.overlap .box .icon{margin-top:-20px}section.box-grid .wrapper .boxes .box{flex-basis:100%;border-radius:10px;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;flex-wrap:auto;gap:24px;padding:24px;align-self:stretch;text-align:center}section.box-grid .wrapper .boxes .box .icon{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:auto;width:85px;height:85px;border-radius:85px;background:#145F48}section.box-grid .wrapper .boxes .box .icon img{width:50px}section.box-grid .wrapper .boxes .box p,section.box-grid .wrapper .boxes .box p *{font-size:1.25rem}@media only screen and (min-width: 601px){section.box-grid .wrapper .boxes .box{flex-basis:calc(50% - 8px)}}@media only screen and (min-width: 992px){section.box-grid .wrapper .boxes.overlap{gap:64px 16px}section.box-grid .wrapper .boxes .box{flex-basis:calc(25% - 12px)}}
