.gutenberg-editor h3,
.gutenberg-editor h4,
.gutenberg-editor p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.gutenberg-editor h3 {
  font-size: 1.285rem;
  font-weight: 600;
}

.gutenberg-editor h4 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.gutenberg-editor ul {
  list-style-type: none;
  padding: 0;
}

.gutenberg-editor ul li {
  position: relative;
  padding-left: 15px;
}

.gutenberg-editor ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #3d9845;
  position: absolute;
  top: 10px;
  left: 0;
}

.gutenberg-editor a,
.gutenberg-editor a:hover,
.gutenberg-editor a:focus {
  color: #3d9845;
  text-decoration: none;
}

.gutenberg-editor figure {
  margin-bottom: 0;
}

.gutenberg-editor .wp-block-columns {
  margin-bottom: 0;
  gap: 30px;
}

.gutenberg-editor .wp-block-columns + .wp-block-columns {
  margin-top: 30px;
}

@media (min-width: 800px) {
  .gutenberg-editor .wp-block-column {
    flex-basis: 100% !important;
  }
}
