@charset "UTF-8";
.editor-style h2 {
  margin-bottom: 3rem;
}
.editor-style h3 {
  margin-bottom: 3rem;
}
.editor-style h4 {
  margin-bottom: 0.5rem;
}
.editor-style .block01__wrapper {
  margin-bottom: 8rem;
}
.editor-style .block01 {
  margin-bottom: 6rem;
}

.two__cols {
  display: flex;
}
.two__cols figure {
  width: 15rem;
  text-align: center;
}
.two__cols figure a[target=_blank]::after {
  display: none;
}
.two__cols figure a[target=_blank] img {
  transform: scale(1);
  transition: all 0.2s;
}
.two__cols figure a[target=_blank]:hover img {
  transform: scale(1.1);
}
.two__cols .wp-block-table {
  width: calc(100% - 15rem);
}
.two__cols .wp-block-table table {
  width: 100%;
}

.entry__section {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 9rem;
}