.launch-lab-img {
    border-radius: 16px;
    height: 534px;
    object-fit: cover;
    width: 425px;

    @media (max-width: 1024px) {
        display: none !important;
    }
}

.field-notebook-img {
    border-radius: 16px;
    height: 344px;
    object-fit: contain;
    width: 438px;

    @media (max-width: 1024px) {
        display: none !important;
    }
}

.bulk-order-img {
    border-radius: 16px;
    height: 470px;
    object-fit: cover;
    width: 435px;

    @media (max-width: 1024px) {
        display: none !important;
    }
}

.eco-card-container {
  display: flex;
  flex-flow: column nowrap;
  gap: 1em;
  height: 100%;

  .eco-card-body {
    flex-grow: 1;
  }

  .eco-card-cta p {
    color: var(--gold);
    font-weight: bolder;
  }
}