@media screen and (min-width: 1025px) {
  .gutenberg .content section,
  .gutenberg .content .wp-block-group,
  .gutenberg .content .wp-block-columns {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .gutenberg .content section,
  .gutenberg .content .wp-block-group,
  .gutenberg .content .wp-block-columns {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .gutenberg .content section,
  .gutenberg .content .wp-block-group,
  .gutenberg .content .wp-block-columns {
    margin-bottom: 60px;
  }
}
.gutenberg .content .wp-block-columns {
  gap: var(--grid-gap);
}

.single .gutenberg .content > :not(:is(p, h1, h2, h3, h4, h5, h6, .wp-block-buttons)):not(:first-child) {
  margin-top: 40px;
}
.single .gutenberg .content > :not(:is(p, h1, h2, h3, h4, h5, h6, .wp-block-buttons)):not(:last-child) {
  margin-bottom: 40px;
}
.single .gutenberg .content .wp-block-buttons:not(:last-child) {
  margin-bottom: 40px;
}
.single .gutenberg .container_grid {
  grid-template-columns: repeat(7, 1fr);
}
.single .gutenberg .container_grid .content {
  grid-column: 1/span 6 !important;
}

/*# sourceMappingURL=gutenberg.css.map */
