.services {
  padding: 100px 0 0;
  background: url(../../image/services.jpg) no-repeat center;
  background-size: cover;
}

.services h2 {
  color: #fff;
  text-align:center;
}

.services ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 70px;
}

.services li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 25%;
  min-height: 175px;
  padding-right: 100px;
  padding-left: 20px;
  text-align:left;
}

.services a {
  font-size: 2rem;
  line-height: 2.3rem;
  color: #f5df88;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.services a:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  margin-left: -30px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url(../../image/sprite.svg) no-repeat -96px -63px;
}

.services a:hover {
  color: rgba(255, 255, 255, 0.7);
}

@media(max-width:1280px) {
  .services li {
    padding-right: 20px;
  }
}

@media(max-width:860px) {
  .services {
    padding-top: 50px;
  }

  .services h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .services ul {
    margin-top: 30px;
  }

  .services li {
    width: 100%;
    min-height: auto;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .services a {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 50px;
  }

  .services a:before {
    display: none;
  }

  .services a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(../../image/sprite.svg) no-repeat -95px -63px;
  }
}
