.feature-boxes{margin-top:60px;margin-bottom:60px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;grid-column-gap:30px;grid-row-gap:30px}@media (max-width:500px){.feature-boxes{grid-template-columns:1fr;grid-template-rows:auto;grid-row-gap:20px;grid-column-gap:0}}@media (min-width:501px) and (max-width:992px){.feature-boxes{grid-template-columns:1fr 1fr;grid-template-rows:auto}}.feature-boxes .item{padding:20px;background:rgba(55,143,63,.603);color:#484848}.feature-boxes .item a{color:#637966}.feature-boxes .item.has-subitems{grid-row:span 2}.feature-boxes .item.has-subitems ul{margin-top:20px;padding-left:15px}.feature-boxes .item.has-subitems li::marker{color:#6ea073}.feature-boxes .item b{font-size:1.2em;color:#c6ecc9}@media (min-width:1200px){.feature-boxes .item b{white-space:nowrap}}.about-boxes{display:grid;grid-template-columns:50% 50%}.about-boxes h2{margin-top:10px}.about-boxes .abox{padding:40px}@media (min-width:768px){.about-boxes .left{margin-left:-1000px;padding-left:1000px}.about-boxes .left .abox{padding-left:0}.about-boxes .right{margin-right:-1000px;padding-right:1000px}.about-boxes .right .abox{padding-right:0}}@media (max-width:767px){.about-boxes{display:grid;grid-template-columns:auto}.about-boxes .abox{padding:30px}}