.banner__container {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  min-width: 327px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--section-desktop-padding);
}

.banner__colored__row {
  min-width: 327px;
  min-height: 63px;
  /* background: linear-gradient(to right, #e8eaedc4, #f0f1f3, #f7f8f9); */
  background: #f7f8f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  padding: 0 1em;
  position: relative;
  padding: 16px 12px;
}

.banner__colored__row img {
  width: 144px;
  height: 80px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  object-fit: contain;
}

.banner__colored__row div[id^="lottie-banner-"] {
  width: 150px;
  height: 110px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.banner__small__text__row {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 575px;
}

.regular__text {
  font-size: 0.9rem;
  font-weight: 100;
  display: flex;
  flex-direction: column;
}

.big__text {
  font-weight: 900;
  font-size: 1.1rem;
}

.small__text {
  color: gray;
  font-weight: 200;
  opacity: 0.9;
  font-size: small;
}

@media (max-width: 768px) {
  .banner__container {
    padding: var(--section-mobile-padding);
  }
  .banner__small__text__row {
    max-width: 327px;
  }
}
