body.enterprise-page .enterprise-hero-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.enterprise-page .enterprise-compare-table {
  min-width: 640px;
}

.enterprise-page .enterprise-bottom-cta {
  margin-top: 22px;
  padding: 18px 18px;
  border-radius: 16px;
  border: 1px solid #f1f2f9;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.enterprise-page .enterprise-bottom-cta p {
  margin: 0;
  color: #393a4a;
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  line-height: 1.35;
}

@media (max-width: 720px) {
  .enterprise-page .enterprise-compare-table {
    min-width: 520px;
  }

  .enterprise-page .enterprise-bottom-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

