.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container-part {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.factory-seller-banner {
  background-image: url('https://assetv2.iar.net.in/webflow/crackers.one/factory/image/light-background.png');
  background-position: 0 0;
  background-size: 100% 100%;
  margin-bottom: 5em;
  padding: 7em 10em;
}

.seller-title-heading {
  color: #222;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Outfit, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.factory-text {
  color: #ee3711;
  text-align: center;
  margin-top: 0;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.seller-paragraph {
  color: #535353;
  text-align: center;
  letter-spacing: .3px;
  margin-top: 2em;
  font-family: Outfit, sans-serif;
  line-height: 24px;
}

.seller-factory-grid {
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.factory-seller-div {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  padding: 30px 8px;
  display: flex;
  box-shadow: 0 13px 15px #ff000008;
}

.explore-view {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px 15px 0;
  display: flex;
}

.explore-view-pick {
  height: 161px;
}

.factory-seller-image-view {
  object-fit: scale-down;
  width: 90%;
  height: 100px;
}

.seller-logo-link {
  text-align: center;
}

.factory-text-view {
  color: #000;
  text-align: center;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.seller-text-div {
  text-align: center;
}

.seller-box-manfactures {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .container-part {
    max-width: 1140px;
  }
}

@media screen and (max-width: 767px) {
  .container-part {
    padding-left: 0;
    padding-right: 0;
  }

  .factory-seller-banner {
    margin-bottom: 2.5em;
    padding: 2em 10px;
  }

  .seller-title-heading {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
  }

  .seller-paragraph {
    text-align: left;
  }

  .seller-factory-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .factory-seller-div {
    margin-bottom: 3em;
  }

  .seller-box-manfactures {
    margin-bottom: 0;
  }
}


