/* White button with outline */
a.button,
button,
input[type="submit"] {
  background: #fff;
  border: 1px solid #000;
  color: #000;

  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
  font-size: 14px;

  padding: 20px 40px;
  text-align: center;
  text-decoration: none;

  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

/* Hover — grey fill */
a.button:hover,
button:hover,
input[type="submit"]:hover {
  background: #636363;
  border-color: #636363;
  color: #fff;
}
@media (max-width: 768px) {
  .block_b8783f5fe7864db08e80095f4e64d914 {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
  }
}