/* These are styles that can be added to layout builder aspects .e.g rows or columns */
/* For containers e.g. columns */
.small-gaps .col-lg-6{
    padding-right: calc(var(--bs-gutter-x) * .3);
    padding-left: calc(var(--bs-gutter-x) * .3);
}
/* For blocks */
.centre-align {
    align-self: center;
}
.centre-text{
    text-align: center;
}