.text-buttons--buttons, .text-buttons--content {
  width: 50%;
}
@media (max-width: 999px) {
  .text-buttons--buttons, .text-buttons--content {
    width: 100%;
  }
}
@media (max-width: 999px) {
  .text-buttons--content {
    margin-bottom: 30px;
  }
}
.text-buttons--content--inner {
  padding: 0 5%;
}
@media (max-width: 999px) {
  .text-buttons--content--inner {
    padding: 0;
  }
}
.text-buttons--buttons a {
  margin-bottom: 26px;
}
.text-buttons--buttons a:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=text-buttons.css.map */