/* ben custom css */
section.brxe-section.two-column-image-right .brxe-block.two-column-image-right__rightcol {
  transition: all 0.2s ease-in-out !important;
}
section.brxe-section.two-column-image-right::after {
  transition: all 0.2s ease-in-out !important;
}
section.brxe-section.two-column-image-right:hover .brxe-block.two-column-image-right__rightcol {
  transform: scale(1.2);
}
section.brxe-section.two-column-image-right:hover::after {
  transform: scale(1.3);
}

section.brxe-section.client-testimonial .brxe-image.client-testimonial__image {
  transition: all 0.2s ease-in-out !important;
}
section.brxe-section.client-testimonial::after {
  transition: all 0.2s ease-in-out !important;
}
section.brxe-section.client-testimonial:hover .brxe-image.client-testimonial__image {
  transform: scale(1.2);
}
section.brxe-section.client-testimonial:hover::after {
  transform: scale(1.3);
}/*# sourceMappingURL=custom.css.map */