.problem-solution-frame {
  background: var(--ts-pale-green);
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .problem-solution-frame {
    padding-top: 0px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .problem-solution-frame .parallax-overlay.rounded {
    border-radius: 0 !important;
  }
}

.impact-single {
  background: var(--ts-manila);
  padding: 15px;
  border-radius: 16px;
  min-height: 240px;
  width: 100%;
  max-width: calc(136px + 20px);
  min-width: calc(136px + 20px);
  filter: drop-shadow(2px 2px 0px #337468);
}

.live-text {
  color: var(--ts-pale-green);
  font-weight: 700;
}

@media (max-width: 767px) {
  .productMobileScroll {
    display: flex;
    overflow-x: auto;
    margin-top: 15px;
    padding: 15px;
  }
}
.productMobileScroll .scroll-set1 {
  justify-content: center;
}
@media (min-width: 768px) {
  .productMobileScroll .scroll-set1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.productMobileScroll .scroll-set2 {
  margin-left: -30px;
}
@media (max-width: 767px) {
  .productMobileScroll .scroll-set2 {
    margin-left: 0px;
  }
}