.bosonx-grid__item[class*="--content-"] > div {
display: flex;
flex-flow: column;
height: 100%
}
.bosonx-grid__item--content-start > div,
.bosonx-grid__item--content-lastend > div {
justify-content: flex-start;
}
.bosonx-grid__item--content-center > div {
justify-content: center;
}
.bosonx-grid__item--content-end > div {
justify-content: flex-end;
}
.bosonx-grid__item--content-lastend > div > *:last-child {
margin-top: auto;
}
