.wrap-editor .title-large {
  margin-bottom: 1.875rem;
  padding-bottom: 4.375rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .wrap-editor .title-large {
    padding-bottom: 5.9375rem;
  }
}

.wrap-editor .title-large:after {
  content: '';
  height: 2.1875rem;
  width: 100%;
  border-radius: 1.25rem 1.25rem 0 0;
  border-top: 0.0625rem solid #D5DADF;
  border-left: 0.0625rem solid #D5DADF;
  border-right: 0.0625rem solid #D5DADF;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .wrap-editor .title-large:after {
    height: 2.8125rem;
    border-radius: 1.875rem 1.875rem 0 0;
  }
}

.wrap-editor .editor {
  max-width: 64.5rem;
  margin: 0 auto;
}

.wrap-editor .editor iframe {
  margin: 2.5rem 0;
  width: 100%;
  border-radius: 0.9375rem;
  height: 13.75rem;
}

@media screen and (min-width: 768px) {
  .wrap-editor .editor iframe {
    margin: 4.375rem 0;
    border-radius: 2.1875rem;
    height: 36.25rem;
  }
}
/*# sourceMappingURL=editor.css.map */