.column.is-one-third {
  margin: auto;
}

.cta-button {
  margin: 0 1rem 0 0.5rem;
  border-radius: 290486px;
  padding: 0.5em 1.5em;
  background-color: #c60b46;
  border-color: transparent;
  color: #fff;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.3em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .cta-button {
    margin: 1.5rem 1rem 0 0.5rem;
  }
}