h2.wp-block-heading {
  margin-bottom: 0.5rem;
  font-size: min(40px, 1.5rem);
  font-weight: 550;
}

h3.wp-block-heading {
  margin-bottom: 0.5rem;
  font-size: min(30px, 1.3rem);
  font-weight: 550;
}

h4.wp-block-heading {
  margin-bottom: 0.5rem;
  font-size: min(20px, 1.1rem);
  font-weight: 550;
}

hr.wp-block-separator {
  border-top: 1px solid #7b7b7b !important;
}

ul.wp-block-list {
  margin-left: 1rem;
}

ul.wp-block-list li {
  margin-bottom: 0.5rem;
}

a {
  color: #026fb3;
  text-decoration: none;
  transition: all 0.3s !important;
}

a:hover {
  color: #026fb3;
  text-decoration: underline;
  transition: all 0.3s !important;
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: 0;
  width: 100%;
  max-width: 400px;
  height: 60px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-size: 14px;
  background: #fff;
  border: 2px solid #d3dbe3;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.c-btn:hover {
  color: inherit;
  text-decoration: none;
  background: #d3dbe3;
  transition: background-color 0.3s;
}
