.cta-button-box {
  width: 100%;
  padding: 32px 48px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.cta-button-box .cta-grid {
  display: flex;
  flex-direction: row;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .cta-button-box .cta-grid {
    flex-wrap: wrap;
    grid-template-columns: repeat(1, 1fr);
  }
}
.cta-button-box .cta-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
}
@media only screen and (max-width: 768px) {
  .cta-button-box .cta-btn-box {
    order: 2;
    margin: 0 auto;
  }
}
.cta-button-box .cta-btn-box .orange-btn {
  margin: 0 auto;
  display: block;
}
.cta-button-box .cta-text-box {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .cta-button-box .cta-text-box {
    order: 1;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style.css.map */
