.is-style-tall+.is-style-tall {
  margin-block-start: 70px;
}

.is-style-short+.is-style-short {
  margin-block-start: 50px;
}

@media (max-width: 782px) {
  .is-style-tall+.is-style-tall {
    margin-block-start: 50px;
  }

  .is-style-short+.is-style-short {
    margin-block-start: 30px;
  }
}


.wp-block-heading.is-style-title-h2 {
  color: var(--color_secondary);
  font-size: 1.25rem;
  padding-left: 10px;
  margin-bottom: 15px;
  position: relative;
  text-align: left;
}

.wp-block-heading.is-style-title-h2::before {
  content: none;
}

.wp-block-heading.is-style-title-h2::before {
  content: "";
  background: var(--color_primary);
  width: 3px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 6.5px;
}

.is-style-instructor-title.is-style-instructor-title {
  color: var(--color_primary);
  font-size: 1.625rem;
  text-align: left;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid #FCBBB6;
}

.is-style-instructor-title.is-style-instructor-title::before{
  content: none;
}

.is-style-fill-rounded {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(600px, 100%);
  margin: 0 auto !important;
}

.is-style-fill-rounded .wp-block-button__link {
  min-height: 60px;
  background-color: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary-text);
  border-radius: 100px;
  font-family: var(--font_jp);
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  transition: background-color 0.3s, color 0.3s;
}

@media (any-hover: hover) {
  .is-style-fill-rounded .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--primary-text);
    color: var(--wp--preset--color--secondary);
  }
}

@media (max-width: 782px) {
  .is-style-fill-rounded {
    min-width: 100%;
    width: 100%;
  }
}
