﻿/* About section: Lottie digital infographic */
.nb-about-lottie {
  width: 100%;
  max-width: 520px;
  min-height: 420px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nb-about-lottie svg,
.nb-about-lottie canvas {
  width: 100% !important;
  height: auto !important;
  max-height: 520px;
}

.elementor-element-6d80586 .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nb-about-lottie--mobile {
  min-height: 280px;
  max-width: 360px;
}

@media (max-width: 767px) {
  .nb-about-lottie {
    min-height: 280px;
    max-width: 340px;
  }
}

/* About lottie visible on all breakpoints */
.elementor-element-6d80586.calc-left {
  display: block !important;
}
.elementor-hidden-mobile.elementor-element-6d80586 {
  display: block !important;
}
