.wit .single-wit {
  margin-bottom: 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid #c9c9c9;
}

.wit .slogan {
  color: #27509b;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
  margin-top: 15px;
}

.wit .fea {
  font-size: 15px;
  color: #666666;
  margin-top: 10px;
  margin-left: 30px;
}

.wit .fea p:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/icon-check.png");
  position: relative;
  margin-right: 5px;
  top: 3px;
}

@media (min-width: 992px) {
  .wit .wit-zone {
    margin-top: 30px;
  }

  .wit .single-wit {
    border-bottom: 0;
  }

  .wit .slogan {
    font-size: 25px;
  }

  .wit .fea {
    font-size: 18px;
    margin-left: 60px;
  }
}