.box-with-title-text{grid-column-gap:30px;grid-row-gap:30px;display:grid;grid-template-columns:1fr 1fr 1fr}.box-with-title-text__item{flex-direction:column;padding:30px}.box-with-title-text__title{margin-bottom:0}.box-with-title-text__content{margin-top:30px}.box-with-title-text__content p:last-child{margin-bottom:0}.box-with-title-text--center .box-with-title-text__item{align-items:center}.box-with-title-text--left .box-with-title-text__item{align-items:start}.box-with-title-text--right .box-with-title-text__item{align-items:end}@media screen and (max-width:991px){.box-with-title-text{grid-template-columns:1fr}}