.amilia-iframe__wrapper {
  display: none;
}
.cta-banner {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.cta-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #473564;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  mix-blend-mode: multiply;
  z-index: 1;
}
.cta-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(6px);
}
.cta-banner .container {
  position: relative;
  text-align: center;
  color: white;
  z-index: 2;
}
.cta-banner__heading {
  margin-bottom: 12px;
}
.cta-banner .btn-outline {
  display: inline-block;
  padding: 15px;
  border: 1px solid white;
  color: white;
  background: transparent;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .cta-banner {
    padding: 110px 0;
  }
  .cta-banner__heading {
    margin-bottom: 24px;
  }
}