.flex_layout.embed .heading {
  font-size: 25px;
  color: #5E66EA;
  font-family: "Codec-pro-bold";
}
.flex_layout.embed iframe {
  margin-top: 20px;
}

.iframe_wrapper iframe {
  border-radius: 12px;
  overflow: hidden;
  border: none;
  width: 100%;    /* optioneel */
  height: 100%;   /* optioneel */
  display: block; /* optioneel, voorkomt inline-gap */
}