#features {
  overflow: hidden;
}
#features .wrap {
  width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#main {
  position: relative;
  background: linear-gradient(#0B2432, #071822);
}
#main:before {
  content: '';
  display: block;
  background: url(../img/fall.svg) center 61px no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.entry {
  color: #fff;
  text-align: center;
  padding-top: 185px;
}
.entry h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
.entry .define {
  font-size: 16px;
}
.entry .action a {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  color: #fff;
  background: #70C116;
  padding: 0 30px;
  border-radius: 19px;
  margin-top: 20px;
  font-weight: 400;
}
.entry .action a:hover {
  opacity: 0.9;
}
#why {
  text-align: center;
  margin-top: 340px;
  color: #fff;
  overflow: hidden;
}
#why h3 {
  font-size: 22px;
  font-weight: 300;
}
#why .advantages {
  margin-top: 80px;
  padding-bottom: 30px;
}
#why .adv {
  float: left;
  text-align: left;
  margin-bottom: 100px;
}
#why .adv {
  width: 400px;
  margin-left: 60px;
}
#why .adv:nth-child(even) {
  margin-left: 100px;
}
#why .adv dl {
  width: 100%;
  margin: 0;
}
#why .adv dl .wrap {
  padding-left: 50px;
}
#why .adv dt {
  font-weight: 400;
  margin-bottom: 5px;
}
#why .adv dd {
  margin-left: 0;
  font-weight: 100;
}
#why .adv .icon {
  padding-top: 5px;
  margin-left: -100%;
}
#features {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F7F7F8;
  text-align: center;
}
#features h3 {
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 40px;
}
#features .wrap {
  width: 1010px;
}
#features .feat {
  width: 320px;
  height: 186px;
  background: #fff;
  float: left;
  margin-right: 25px;
  box-shadow: 0 30px 15px #e9e9e9;
  border-radius: 8px;
  text-align: left;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#features .feat-wrap {
  padding: 25px 30px;
}
#features .feat:hover {
  box-shadow: 0 30px 15px #e2e2e2;
  transition: all .5s;
}
#features .feat dt {
  margin-bottom: 10px;
  line-height: 1;
}
#features .feat dd {
  margin-left: 0;
  font-size: 12px;
}
#features .feat .more {
  margin-top: 20px;
}
#features .feat dt {
  font-weight: 500;
}
#features .feat:last-child {
  margin-right: 0;
}
#features .feat.manage:after {
  content: '';
  display: inline-block;
  width: 130px;
  height: 95px;
  position: absolute;
  bottom: -24px;
  right: -38px;
  background: url(../img/customers.svg) left top no-repeat;
}
#features .feat.marketing:after {
  content: '';
  display: inline-block;
  width: 130px;
  height: 95px;
  position: absolute;
  bottom: -14px;
  right: -33px;
  background: url(../img/robot.svg) left top no-repeat;
}
#features .feat .feat-outer {
  overflow: hidden;
}
#features .feat.mass {
  overflow: hidden;
}
#features .feat.mass:after {
  content: '';
  display: inline-block;
  width: 130px;
  height: 95px;
  position: absolute;
  bottom: -33px;
  right: -27px;
  background: url(../img/send-message.svg) left top no-repeat;
}
#features .feat .more {
  color: #9B9B9B;
  display: inline-block;
  font-size: 12px;
}
#features .feat .more:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 9px;
  background: url(../img/arrow.svg) left top no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.cases {
  margin-top: 140px;
}
.cases h4 {
  font-size: 12px;
  font-weight: 200;
  margin-bottom: 40px;
  color: #9B9B9B;
}
@media all and (max-width:720px) {
  #main:before {
    background: url(../img/fall.svg) center 3.6rem no-repeat;
    background-size: 150%;
  }
  .entry {
    padding-top: 6rem;
  }
  .entry .action {
    display: none;
  }
  .entry h2 {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .entry .define {
    font-size: 0.7rem;
  }
  #why {
    margin-top: 13.5rem;
  }
  #why h3 {
    font-size: 0.8rem;
  }
  #why .adv {
    margin-left: 1.5rem !important;
    margin-bottom: 2rem;
    font-size: 0.7rem;
    width: auto !important;
  }
  #why .adv dl .wrap {
    padding-left: 2.2rem;
  }
  #why .adv dd {
    width: 78%;
  }
  #why .adv img {
    width: 1.5rem;
  }
  #why .adv .icon {
    padding-top: 0.25rem;
  }
  #why .adv br {
    display: none;
  }
  #features {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
  }
  #features .wrap {
    width: 100%;
  }
  #features .feat,
  #features .feat:last-child {
    width: 85%;
    float: none;
    margin: 0 auto;
  }
  #features .feat {
    margin-bottom: 3rem;
  }
  #features .feat-wrap {
    padding: 0.8rem 0 0 1.8rem;
  }
  #features .feat dt {
    font-size: 0.7rem;
  }
  #features .feat dd {
    font-size: 0.55rem;
  }
  #features .feat .more {
    font-size: 0.55rem;
  }
  #features h3 {
    font-size: 0.8rem;
  }
  .cases {
    background: #fff;
    margin-top: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 0.55rem;
  }
  .cases img {
    margin: 0 auto;
    width: 80%;
  }
  .cases h4 {
    font-weight: 400;
  }
}