  .home-edit-section {
    text-align: center;
    padding: 5rem 2rem;
    background: #f5f5f5;
    z-index: 0;
    position: relative;

  }

  .home-edit-title {
    font-size: 50px;
    line-height: 55px;
    font-family: PolySans-Median;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }

  .home-edit-subtitle {
    color: #4B5466;
    margin-bottom: 2rem;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-family: Inter-Regular;
  }

  .home-edit-carousel-container {
    max-width: 75%;
    margin: 0 auto;
    /* position: relative; */
    overflow: hidden;
    z-index: 2;
  }

  .home-edit-cards-wrapper {
    display: flex;
    gap: 40px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0;


  }

  .home-edit-card {
    /* min-width: 280px; */
    width: 334px;
    /* height: 419px; */
    border-radius: 8px;
    position: relative;

    flex-shrink: 0;

  }

  .home-edit-card img {
    width: 334px;
    height: 419px;
    object-fit: cover;

  }

  .home-edit-label {
    position: absolute;
    bottom: 30%;
    left: 30px;
    background: #ffffff;
    font-family: Inter-Regular;
    padding: 0.3rem 0.7rem;
    border-radius: 20px;
    font-size: 0.8rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }

  .home-edit-arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    /* transform: rotate(-25deg); */
  }

  .home-edit-arrow img {
    width: auto;
    height: inherit;
  }

  .home-edit-card p {

    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding-top: 0.5rem;
    padding-left: 0.3rem;
    width: 95%;
    color: #112129;
    font-family: PolySans-Neutral;
    margin-top: 0.5rem;
    text-align: left;
  }

  .home-edit-view-all {
    margin: 1rem auto;
    border: 1px solid #112129;
    background: none;
    padding: 0.7rem 1.2rem;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    font-family: Inter-Regular;

  }

  .home-edit-view-all img {
    width: 21px;
    height: 16px;
  }

  .home-edit-nav {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    border: 0;
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
  }

  .home-edit-nav img {
    /* width: 17px;
    height: 13px; */
  }

  .home-edit-nav.left {
    left: 8%;
    transform: rotate(180deg);
    z-index: 3;
  }

  .home-edit-nav.right {
    right: 8%;
  }

  .home-edit-dots {}

  .home-edit-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #1EADD3;
    border-radius: 50%;
    margin: 0 4px;
  }

  .home-edit-dot.active {
    background: #1EADD3;
  }

  @media (min-width: 768px) {
    .home-edit-nav {
      display: block;
    }

    .home-edit-cards-wrapper {
      overflow-x: hidden;
      justify-content: flex-start;
    }
  }

  @media (max-width: 768px) {
    .home-edit-section {
      width: 100vw;
      padding: 30px 0px 40px 0;
      box-sizing: border-box;
    }

    .home-edit-title {
      font-size: 30px;
    }

    .home-edit-subtitle {
      font-size: 13px;

    }

    .home-edit-cards-wrapper {
      gap: 20px;
    }

    .home-edit-section p {
      margin-bottom: 2rem;
    }

    .home-edit-card {
      margin-left: 10px;
      width: 295px;

      padding-bottom: 0;
    }

    .home-edit-card img {
      height: 369px;
      width: 295px;
    }

    .home-edit-carousel-container {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
    }

    .home-edit-cards-wrapper::-webkit-scrollbar {
      display: none;
    }

    .home-edit-arrow img {
      width: auto;
      height: inherit;
    }

    .home-edit-card p {
      margin-left: 0;
      font-size: 15px;
      width: 90%;
    }

    .home-edit-view-all {
      font-size: 14px;
    }
  }
  @media (max-width: 426px) {
      .home-edit-card {
        margin-left: 0;
        /* width: 100%; */
      }
    }

      @media (max-width: 321px) {
      .home-edit-card {
        width: 100%;
      }
      .home-edit-label{
        font-size: 12px;
      }
    }