.bbd-boom-contact-section {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.bbd-boom-contact-section.is-full-border-radius {
  border-radius: 20px;
}

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