.bbd-boom-two-column-text-image {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.bbd-boom-two-column-text-image.is-full-border-radius {
  border-radius: 20px;
}

{# add text shadow to make the text more readable #}
.bbd-boom-two-column-text-image .is-text-shadow {
  text-shadow: 1px 1px 2px #000000; 
}

.bbd-boom-two-column-text-image .image-wrapper img {
  border-radius: 20px;
}