.product-section {
  padding: 75px 1% !important;
}

@media (max-width: 768px) {
  .product-section {
    padding: 50px 0px !important;
  }
}

.product-container {
  max-width: 1400px !important;
}

@media (min-width: 1200px) {
  .product-feature-list::before {
    content: "⬤";
    font-size: 12px;
    color: rgb(19,45,85);
    vertical-align: middle;
    line-height: 14px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}

@media (min-width: 1200px) {
  .product-feature-mtl-list::before {
    content: "⬤";
    font-size: 12px;
    color: rgb(215,119,34);
    vertical-align: middle;
    line-height: 14px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}

@media (min-width: 1200px) {
  .product-feature-gfx-list::before {
    content: "⬤";
    font-size: 12px;
    color: rgb(121,147,179);
    vertical-align: middle;
    line-height: 14px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}

@media (min-width: 992px) {
  .product-syst-reqs-list::before {
    content: "⬤";
    font-size: 12px;
    color: rgb(19,45,85);
    vertical-align: middle;
    line-height: 14px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}

@media (min-width: 992px) {
  .product-syst-reqs-mtl-list::before {
    content: "⬤";
    font-size: 12px;
    color: rgb(215,119,34);
    vertical-align: middle;
    line-height: 14px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}

@media (min-width: 992px) {
  .product-syst-reqs-gfx-list::before {
    content: "⬤";
    font-size: 12px;
    color: rgb(121,147,179);
    vertical-align: middle;
    line-height: 14px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}

