.wp-embed .wp-embed-featured-image,
.wp-embed .wp-embed-heading {
  margin-bottom: 0;
}
.wp-embed .wp-embed-excerpt,
.wp-embed .wp-embed-meta {
  display: none;
}

.wp-embed {
  display: flex;
  border: 1px solid #0284FE;
  background: #F4F6FC;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .wp-embed {
    padding: 25px 15px;
  }
}
.wp-embed .wp-embed-featured-image {
  flex: 0 0 30%;
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  .wp-embed .wp-embed-featured-image {
    padding-right: 15px;
  }
}
.wp-embed .wp-embed-footer {
  position: absolute;
  top: 0;
  display: inline-block;
  width: inherit;
  background: #0284FE;
  margin-top: 0;
  border-radius: 8px;
  padding: 0px 10px;
}
.wp-embed .wp-embed-footer .wp-embed-site-title a {
  color: #fff;
  padding-left: 20px;
}
.wp-embed .wp-embed-footer .wp-embed-site-title a img {
  width: 15px;
  height: 15px;
}
.wp-embed a {
  color: #333;
  font-size: 16px;
}

.wp-block-embed {
    margin-top: 30px;
}

.wp-block-embed iframe {
    position: static!important;
}
