@charset "utf-8";

.mt-blockeditor h2 {
  font-size: 30px;
  line-height: 1.5;
  position: relative;
  margin-top: 120px;
  margin-bottom: 32px;
  padding-top: 0;
  padding-bottom: 32px;
  text-align: left;
  color: #2168a6;
}

.mt-blockeditor h2::before {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  display: block;
  width: 50%;
  height: 3px;
  content: "";
  background-color: #eee;
}

.mt-blockeditor h2::after {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  display: block;
  width: 50%;
  height: 3px;
  content: "";
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #2168a6;
}

@media only screen and (max-width: 599px) {
  .mt-blockeditor h2 {
    font-size: 20px;
    margin-top: 96px;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}

.u-ic-fontawesome {
  width: 1rem;
  height: 1rem;
}

cite {
  font-style: normal;
}