.cta-embeds {
  padding:65px 0;
}

.cta-embeds .container-fluid {
  max-width:1920px;
}

.cta-embeds .embed-title {
  display:flex;
  align-items:center;
}

.cta-embeds .embed-title h2 {
  padding:0 15px;
  text-align:center;
}

.cta-embeds .embed-container iframe {
  margin:15px 0;
  width:100%;
}

@media only screen and (min-width:992px) {
  .cta-embeds .embed-title h2 {
    font-size:44px;
    text-align:left;
  }
}

@media only screen and (min-width:1400px) {
  .cta-embeds .embed-title h2 {
    font-size:60px;
  }

  .cta-embeds .embed-container {
    padding-right:60px;
  }
}