.article-list {
  color: #313437;
  background-color: #fff;
}

.article-list p {
  color: #7d8285;
}

.article-list h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .article-list h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.article-list .intro {
  /*font-size: 16px;*/
  max-width: 500px;
  margin: 15px auto;
}

.article-list .intro p {
  margin-bottom: 0;
}

.article-list .articles {
  /*padding-bottom: 40px;*/
}

.article-list .item {
  /*padding-top: 50px;*/
  /*min-height: 425px;*/
  text-align: center;
  background-color: #acacac;
  /*background: url('../../assets/img/Image_008.png');*/
}

.article-list .item .name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  color: #fff;
}

.article-list .item .description {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

.article-list .item .action {
  font-size: 24px;
  width: 24px;
  margin: 22px auto 0;
  line-height: 1;
  display: block;
  color: #4f86c3;
  opacity: 0.85;
  transition: opacity 0.2s;
  text-decoration: none;
}

.article-list .item .action:hover {
  /*opacity: 1;*/
}

section#how_works h2.text-center {
  text-shadow: 0 2px 2px rgba(0,0,0,0.3);
  padding: 10px;
  /*margin-left: 10px;*/
}

section#manufacture h2.text-center {
  text-shadow: 0 2px 2px rgba(0,0,0,0.3);
  padding: 10px;
  /*margin-left: 10px;*/
}

div.footer-dark.chemical_color {
  background-color: #838e70;
}

div.footer-dark.industrial_color {
  background-color: rgb(112,127,142);
}

div.footer-dark.telecom-color {
  background-color: rgb(129,157,191);
}

div.footer-dark.industrial_color {
  background-color: rgb(207,155,94);
}

div.footer-dark.site_color {
  background-color: rgb(64,160,255);
}

section#features h2.text-center {
  text-shadow: 0 2px 2px rgba(0,0,0,0.3);
}

@media (max-width:767px) {
  img.img-responsive.width-350 {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

div.col-lg-4.col-md-4.col-sm-6.item {
  margin-top: 10px;
}

