.block-large-buttons .block-container {
  max-width: 1600px;
}
.block-large-buttons .large-buttons-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.block-large-buttons .large-buttons-row .large-buttons-column {
  width: 48%;
}
.block-large-buttons .large-buttons-row .large-buttons-column a {
  height: 117px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 7px;
  background-color: #ffffff;
  color: #184955;
  font-size: 32px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.block-large-buttons .large-buttons-row .large-buttons-column a:hover {
  background: #184955;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .block-large-buttons .large-buttons-row {
    flex-wrap: wrap;
  }
  .block-large-buttons .large-buttons-row .large-buttons-column {
    width: 100%;
    margin-bottom: 20px;
  }
  .block-large-buttons .large-buttons-row .large-buttons-column a {
    height: 60px;
    font-size: 24px;
  }
}

/*# sourceMappingURL=block-large-buttons.css.map */
