@media screen and (max-width: 767px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
.text-block a {
  color: #2e3f4b;
	font-weight: bold;
  text-decoration: none;
}
.text-block a:hover {
  text-decoration: underline;
}
.text-block h3 {
  margin-bottom: 40px;
}
.text-block h4 {
  margin-bottom: 20px;
}
.text-block p {
  margin-bottom: 20px;
  opacity: 0.6;
}
.text-block p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .text-block h3 {
    margin-bottom: 20px;
  }
}
.text-block + .wp-block-buttons {
  margin-top: 2rem;
}
