.row{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.col{display:flex;flex-direction:column;flex-basis:100%;flex:1}.col h2,p{text-align:center}.three-col-grid{display:flex;justify-content:space-around;align-items:flex-start;flex-wrap:wrap}.item{display:flex;justify-content:center;align-items:center;background:#fff;padding:25px 50px;margin:25px 0;background:#fff;box-shadow:0px 20px 50px rgba(23,41,76,0.1);width:100%}.item img{width:100px;height:auto;margin:auto auto 25px auto}@media(min-width:768px){.col{margin:2rem}}@media(min-width:900px){.item{width:30%}.col h2,p{text-align:left}}@media(min-width:1024px){.two-col-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;align-items:flex-start}}