.wow {
  visibility: hidden;
}
.title-blue {
  color: #27326f;
  font-size: 18px;
}
.content-text p {
  font-size: 15px;
  margin-bottom: 15px;
}
.separate-section {
  background: #ccc;
  height: 1px;
  margin: 40px auto;
  width: 250px;
}
.block {
  color: #fff;
  float: left;
  padding: 35px 15px;
  text-align: center;
  width: 33.333%;
}
.block img {
  height: 100px;
  margin-bottom: 30px;
}
.block h4 {
  color: #fff;
  margin: 0 auto;
  width: 200px;
}
.solve-blocks:after {
  clear: both;
  content: '';
  display: table;
}
.block:nth-child(2n + 1) {
  background: #27326f;
}
.block:nth-child(2n + 2) {
  background: #48b5e4;
}
.dnn-block {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.dnn-block img {
  margin-right: 15px;
  width: 36px;
}
.dnn-block span {
  display: inline-block;
  line-height: 1.2;
}
.to-bottom {
  text-decoration: underline;
}
.section-title {
  font-size: 18px;
  padding: 0 30px;
}
.we-have {
  border: 1px solid #48b5e4;
}
.we-have:after {
  clear: both;
  display: table;
  content: "";
}
.wh-block {
  width: 50%;
  float: left;
  padding: 50px 30px 30px 30px;
  text-align: center;
  border: 1px solid #48b5e4;
}
.wh-block img {
  height: 100px;
  margin-bottom: 30px;
}
.wh-block p {
  color: #27326f;
  margin-bottom: 0;
  height: 48px;
  overflow: hidden;
}
.bottom {
  font-size: 20px;
  padding: 0 30px;
}
.light-blue {
  color: #48b5e4;
  font-size: 22px;
}
@media (max-width: 991px) {
  .block img {
    height: 50px;
  }
  .section-1 img {
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 767px) {
  .block {
    width: 50%;
  }
  .block:nth-child(1), .block:nth-child(4), .block:nth-child(5) {
    background: #27326f;
  }
  .block:nth-child(2), .block:nth-child(3), .block:nth-child(6) {
    background: #48b5e4;
  }
  .wh-block {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .block {
    width: 100%;
  }
  .block:nth-child(2n + 1) {
    background: #27326f;
  }
  .block:nth-child(2n + 2) {
    background: #48b5e4;
  }
  .section-title, .bottom {
    padding: 0;
  }
}
