@media screen and (max-width: 1024px) {
  .lc-grid {
    gap: 80px;
  }
  .lc-left {
    max-width: 50%;
  }
  .lc-right {
    max-width: 50%;
  }
  .lc-periods {
    width: 100%;
  }

  .lc-summary {
    grid-template-columns: repeat(1, 1fr);
  }

  .lc-left .lc-label,
  .lc-right .lc-result-title {
    margin-bottom: 20px;
  }

  /* .fixed-deposit-calculator {
    .lc-slider-label {
      left: 0 !important;
      transform: translate(0%, 12px);
    }
  } */
}
