blockquote.wp-block-quote p.has-text-align-center {
  margin-bottom: 12px;
}

body figure {
  margin: 0;
}

body figure.is-provider-youtube iframe {
  width: 100%;
  border-radius: 8px;
}

.wp-block-embed.is-provider-youtube {
  margin-top: 34px;
  margin-bottom: 34px;
}

.wp-block-embed.is-provider-youtube .wp-block-embed__wrapper {
  display: flex;
}

@media screen and (min-width: 1201px) {
  blockquote.wp-block-quote p.has-text-align-center {
    margin-left: 35px;
    margin-right: 35px;
  }

  body figure.is-provider-youtube iframe {
    height: 494px;
  }
}

@media screen and (max-width: 1200px) {
  .main-content__content {
    max-width: unset !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  body figure.is-provider-youtube iframe {
    height: 394px;
  }
}

@media screen and (min-width: 769px) {
  body .wp-block-embed.is-provider-youtube {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media screen and (max-width: 768px) {
  body figure.is-provider-youtube iframe {
    height: 250px;
  }
}
