.raze-custom-buttons {
  display: flex;
  padding-top: 56px;
}

.raze-custom-button a {
  display: block !important;
}

.raze-custom-button:first-child a {
  margin-right: 16px;
}

/* Tablet */
@media screen and (min-width: 767px) and (max-width: 1110px) {
  .raze-custom-button a {
    display: block !important;
  }

  .raze-custom-buttons {
    justify-content: center;
  }
}

/* -----Mobile----- */
@media screen and (max-width: 767px) {
  .raze-custom-button a {
    display: block !important;
  }

  .raze-custom-buttons {
    flex-flow: wrap;
  }

  .raze-custom-button:first-child a {
    margin-right: 0;
  }
}
