 
 /* TESTIMONIAL BLOCKS */
 /* Vertically align testimonials within parent container */
 .kt-testimonial-item-wrap {
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: 100%;
 }

 .rowAlignBottom {
   align-self: flex-end;
 }
 .kb-spacer {
   flex-grow: 1;
 }
 
 
 .my-masonry {
   column-count: 1;
   column-gap: 1em;
 }
 .my-masonry > * {
   break-inside: avoid;
   margin-bottom: 1em;
 }
 
 
 
 
 
