:root {
  font-size: 10px;
}

button, a {
  transition: opacity 400ms;
}

button:hover, a:hover {
  opacity: 0.7;
}

.wp-block-columns {
  display: flex;
  column-gap: 1.6rem;
  justify-content: center;
  margin: 1.6rem 0 7.2rem;
}

.wp-block-column {
  flex-basis: auto!important;

  p {
    margin-top: 1.6rem!important;

  }

  a {
    color: #0088c3;
  }
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}