.section-A_nsv3 {
  padding-top: 0;
}

.section-b,
.section-e {
  margin: 0 auto;
}

.section-b .section-area .title-block,
.section-e .section-area .title-block {
  margin: 10px 20px 20px;
}

.section-b .section-area .more-products-link .more-link {
  margin-right: 20px;
}

.section-e .section-area .title-block .more-link {
  margin-right: 20px;
}

.section-b .aaa-container {
  padding: 1.7em 0;
}

.section-b .product-category-banner-section {
  width: 100%;
}

.section-b .product-category-banner-section .banner-section,
.section-e .product-category-banner-section .banner-section {
  height: unset;
}

.section-b ul.grid.newin-list,
.section-e ul.grid.newin-list {
  justify-content: space-around;
  padding: 0;
}

.section-b ul.grid.newin-list li,
.section-e ul.grid.newin-list li {
  margin: 0 1.7em 20px !important;
}

.section-e .category-new .sub-header {
  margin-left: 20px;
}

.section-m img {
  display: block;
  width: 100%;
}

.section-n .title-block {
  margin-left: 20px;
}

.section-n iframe,
.section-n video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 20px;
  max-height: 90vh;
}

.section-b .see-more-wrap,
.section-e .see-more-wrap {
  display: flex;
  justify-content: center;
  margin: 20px;
}

.section-b .see-more-wrap .see-more-button,
.section-e .see-more-wrap .see-more-button {
  font-size: 1rem;
  color: white;
  padding: 5px 40px;
  border-radius: 5px;
  text-align: center;
}

.section-i .see-more-button,
.section-j .see-more-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 0px 10px;
  font-size: 1rem;
  margin-left: auto;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {

  .section-b .see-more-wrap .see-more-button,
  .section-e .see-more-wrap .see-more-button {
    width: 100%;
  }
}