section.icon-boxes .wrapper{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:wrap;gap:20px}section.icon-boxes .wrapper .box{background:rgba(0,60,50,.4);padding:30px;border-radius:16px}section.icon-boxes .wrapper .box .top{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:auto;gap:16px;margin-bottom:24px}section.icon-boxes .wrapper .box .top .icon{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:auto;background:#D97C64;width:56px;height:56px;border-radius:5px}section.icon-boxes .wrapper .box .top .icon svg{width:32px}section.icon-boxes .wrapper .box .top h3{margin-bottom:0}@media only screen and (min-width: 992px){section.icon-boxes .wrapper .box{flex-basis:calc(50% - 10px);align-self:stretch}section.icon-boxes .wrapper .box .top{gap:32px}}
