.item-text {
    font-size: 18px;
  }
  @media (max-width: 700px) {
    .limited-header h2 {
      line-height: 38px;
    }
    .item-text {
      font-size: 14px !important;
    }

    .subheading {
      font-size: 18px;
    }

    .new-image-banner .d-md-flex div.text {
      margin-top: 16px;
    }

    .container .text-start {
      text-align: center !important;
    }

  .gradient-item {
    margin-block-start: 16px !important;
  }
  }
  .gap-16 {
    gap: var(--spacing-16);
  }

  @media (min-width: 700px) {
    .d-md-flex {
      display: flex;
    }
  }

  .new-image-banner .d-md-flex div.text {
    flex: 1;
    font-size: 18px;
  }
  .new-image-banner .d-md-flex .heading {
    flex: 1;
  }

  .gradient-item {
    margin-block-start: 24px !important; 
  }

  .content-banner {
    margin-bottom: 4px;
  }

  .limited-header div{
    font-size: 16px !important;
    line-height: 20.8px !important;
  }