#services {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 60%;
  margin: 0 auto;
  margin-top: -80px;
}
#services h2 {
  width: 100%;
  margin-bottom: 30px;
  line-height: 40px;
}
#services a {
  display: block;
}
#services article {
  background-color: rgb(255, 255, 255);
  width: 19%;
  height: 280px;
  padding: 30px 2%;
  box-shadow: -3px 5px rgba(0, 0, 0, 0.2);
}
#services article:hover {
  cursor: pointer;
  box-shadow: -5px 7px rgba(0, 0, 0, 0.2);
  transform: translate(0, 2px);
}
#services article h3 {
  font-size: 1.5rem;
  font-weight: 900;
}
#services article hr {
  border: none;
  margin-top: 20px;
  height: 1px;
  background-color: rgb(127, 226, 18);
  width: 100%;
}
#services article p {
  line-height: 27px;
  text-indent: 0;
}/*# sourceMappingURL=services.css.map */