.left,
.right {
  border: 1px solid transparent;
}
.banner {
  background-image: url("../../../html5/images/topBanner/products.jpg");
}
#product-section {
  padding: 5% 0;
}
a {
  color: #858585;
}
div.container .row > div .form-section {
  padding: 0px 20px;
  background-color: #ffffff;
}
#product-section .container .row > div {
  padding: 10px;
}

.st-content-holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 90%;
}
@media(min-width: 992px) {
  .st-content-holder {
    padding-left: 25px;
  }
}
.download-item {
  border: 1px solid #cfcfcf;
  max-width: 400px;
  padding: 13px;
  margin: 4px 0;
}
.download-item span.lnr {
  font-size: 2em;
  color: #2c3384;
}
.download-item span:not(.lnr) {
  vertical-align: super;
}
.st-img-holder {
  display: flex;
  align-items: center;
}
.st-content-holder ul li {
  list-style-position: inside !important;
  list-style: disc;
  color: #2c3582;
}
.st-content-holder ul { margin: 5% 0px;}
.dl-item-holder {
  width: 100%;
}
.st-content-holder > h5 {
}

@media (min-width: 575px) and (max-width: 991px) {
  h5 {
    font-size: 14px;
    font-weight: 500;
  }
}
