.mb30 {
  margin-bottom: 30px;
}
.ns-body {
    background-image: url(../img/body.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    padding-top: 160px;
}
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  color: #494b4b;
  line-height: 1.375;
  /*background: transparent !important;*/
}
.center {
  text-align: center;
}
.wrapper {
  width: 50%;
  border: 1px solid #EDEDED;
  border-radius: 8px;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  margin: auto;
  padding: 3%;
}
.text-left {
  text-align: left
}
.custom-col {
  width: 23.5%;
  display: inline-block;
  text-align: center;
  margin-top: 30px;
}
.no-float {
  float: none;
}
.custom-col img {
  margin-bottom: 15px;
  height: 150px;
}
.ns-h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px){
  .custom-col img {
    height: 120px;
  }
}
@media screen and (max-width: 1200px){
  .custom-col {
     width: 45%;
  }
}
@media screen and (max-width: 700px){
  .wrapper {
    width: 80%;
    padding: 5%;
  }
  .custom-col img {
    height: 80px;
  }
}