.boxes{display:flex;flex-flow:row wrap;justify-content:space-around;margin:20px 0}.box{flex-basis:28%;margin-bottom:40px}.box-title{align-items:center;display:flex;flex-flow:row nowrap;margin-bottom:15px;position:relative}.box-title svg{height:25px;width:25px}.box-title span{align-self:baseline;height:20px;margin-right:14px;width:20px}.box-title h4{display:block;font-size:1.5em;line-height:1.2;margin:0;text-transform:uppercase}.box-txt{padding-left:35px}.box-txt div{line-height:1.6}@media(min-width:320px) and (max-width:748px){.box{flex-basis:82%}}