.box-row-wrapper{background:var(--gray);padding:40px 0}.box-row{margin:0 auto;max-width:1100px;padding:0 20px}.box-row-content,.box-row-title{color:var(--blue)}.box-row-content{margin:0 0 18px}.box-row-item{background:var(--blue);border-radius:6px;color:#fff;padding:16px 18px}.box-row-item-body{min-width:0}.box-row-wrapper--row .box-row-grid{align-items:stretch;display:flex;flex-wrap:wrap;gap:18px;justify-content:center}.box-row-wrapper--row .box-row-item{flex:1 1 180px;max-width:240px;padding:18px 16px;text-align:center}.box-row-item-body{display:flex;flex-direction:column;height:100%;justify-content:center}.box-row-item-stat{color:var(--yellow);font-size:34px;font-weight:900;line-height:1.05;margin-bottom:6px}.box-row-item-label{color:hsla(0,0%,100%,.92);font-weight:700;line-height:1.25}.box-row-wrapper--grid .box-row-grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr));margin-left:auto;margin-right:auto;max-width:800px}.box-row-wrapper--grid .box-row-item{align-items:flex-start;display:flex;gap:14px}.box-row-item-icon{margin-top:2px;min-width:34px;width:34px}.box-row-item-icon svg{fill:var(--yellow);height:28px;width:28px}.box-row-item-heading{color:var(--yellow);font-weight:900;margin:0 0 6px}.box-row-item-text{color:hsla(0,0%,100%,.92);line-height:1.35}@media (max-width:900px){.box-row-wrapper--grid .box-row-grid{grid-template-columns:1fr}}@media (max-width:520px){.box-row-wrapper--row .box-row-item{flex-basis:100%;max-width:none}}