.box-with-title{grid-column-gap:30px;grid-row-gap:30px;display:grid;grid-template-columns:1fr 1fr 1fr}.box-with-title__item{flex-direction:column;justify-content:center;padding:30px}.box-with-title__title2{font-weight:400;margin-bottom:0}.box-with-title--center .box-with-title__item{align-items:center}.box-with-title--left .box-with-title__item{align-items:start}.box-with-title--right .box-with-title__item{align-items:end}@media screen and (max-width:991px){.box-with-title{grid-template-columns:1fr 1fr}}@media screen and (max-width:767px){.box-with-title{grid-template-columns:1fr}}