@import url('/assets/css/projects.css?v=1.0.0');

.growth-lottie {
  position: relative;
  z-index: 2;
  width: 90%;
  height: auto;
  max-height: 320px;
  aspect-ratio: 1004 / 700;
}

.growth-lottie svg {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.growth-lottie circle {
  animation: none;
}

.project-card > .project-workflow-visual {
  object-fit: contain;
  background: #fff;
}
.home-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px 24px}.home-hero-actions .text-link{margin-top:0}
@media(max-width:520px){.home-hero-actions{align-items:stretch;flex-direction:column}.home-hero-actions .text-link{justify-content:center}}
