@media only screen and (max-width: 720px) {
  .home-hero-list-wrap li svg {
    width: 24px;
    height: 24px;
  }
  .home-hero-content-wrap {
    max-width: 250px;
    width: 100%;
  }
  h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }
  h2 {
    font-size: 24px;
  }
  .text-style-h6 {
    font-size: 16px;
  }
  .home-hero-list-wrap UL {
    gap: 10px;
  }
  .homr-hero-image-main-wrap {
    width: 50%;
  }
  .hero-image-wrap {
    width: 100%;
  }
  .bg-circle {
    top: -31%;
    width: 132px;
    height: 132px;
  }
  .swiper span {
    width: 16px;
    height: 4px;
    border-radius: 5px;
  }
  .home-hero-wrap {
    padding-bottom: 0px;
    padding-top: 0;
  }
  .homr-hero {
    padding-bottom: 0;
  }
  .text-style-h5 {
    font-size: 17px;
  }
  .brand-choose-tab-pill-wrap {
    overflow: scroll;
  }
  .right-padding-no-gap {
    padding-right: 0;
  }
  .sell-details-form-top-wrap > div {
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .title-main-wrap {
    max-width: 270px;
    width: 100%;
  }
}
