.blue-box-container{border-radius:30px;display:flex;flex-direction:column;margin:0 auto;max-width:1200px}.blue-box,.blue-box-wrapper{display:flex;gap:20px}.blue-box{background:hsla(0,0%,100%,.4);border:1.5px solid #bee5ff;border-radius:30px;flex-direction:column;padding:44px 37px;width:100%}.blue-box .icon{width:59px}.blue-box .title{color:#000;font-size:22px;font-weight:600}.blue-box .text p,.blue-box .text span{color:#000;font-size:16px;margin-bottom:20px}.blue-box .text li::marker{color:#4995c9}.blue-box .text ul{padding-left:20px}.blue-box:hover{background:#fff;box-shadow:0 11px 107.5px 0 rgba(0,0,0,.25)}@media screen and (max-width:767px){.blue-box-wrapper{flex-direction:column;padding:10px}}.blue-box-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);width:100%}.blue-box.box-tall{display:flex;flex-direction:column;grid-row:span 2;justify-content:center}@media screen and (max-width:992px){.blue-box-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.blue-box-grid{grid-template-columns:1fr}.blue-box.box-tall{grid-row:auto}}.blue-box-description{font-size:16px;margin-bottom:50px}.blue-box-container h2,.blue-box-description{color:#000;text-align:center}.centered-boxes{justify-content:center}@media screen and (min-width:990px){.centered-box{max-width:33%}}