.multi-button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 24px;
}

.button-container .button.button--large {
  padding: 10px 18px;
  font-size: 16px;
  border-color: #fff;
}

@media (max-width:1080px){
  .bottom-cta-section .row-fluid > * {
    width: 100% !important;
    float: none;
  }

  .bottom-cta-section .row-fluid > .span7 {
    padding-bottom: 40px;
  }

  .bottom-cta-section .row-fluid > .span5 {
    margin-top: auto;
    align-items: flex-end;
  }


  body .bottom-cta-section {
    padding-left: 20px !important;!i;!;
    padding-right: 20px !important;!i;!;
  }

  body .bottom-cta-section > * > * {
    padding-left: 10px !important;!i;!;
    padding-right: 10px !important;
  }

  body .bottom-cta-section > * > * .cst-content {
    font-size: 16px !important;!i;!;
    line-height: 1.5 !important;!i;!;
  }

  body .bottom-cta-section > * > * .cst-title h2 {
    line-height: 1.3 !important;!i;!;
    font-size: 28px !important;!i;!;
  }

  body .bottom-cta-section > * > * .button {
    padding: 8.5px 14px !important;!i;!;
    font-size: 14px !important;!i;!;
  }
}
@media (max-width:767px){
  .multi-button-container {
    gap: 15px 10px;
  }
}