 

section #services {
  text-align: center;
  transform: translatez(0);
  padding-inline-start: 0;
}
section #services h2 {
  margin: 30px 0px 40px;
  color: #fff;
  font-size: 2.4em;
  text-transform: uppercase;
  text-align: center;
}
section #services li {
  width: 120px;
  height: 140px;
  display: inline-block;
  list-style: none;
}
section #services li div {
  width: 120px;
  color: #74d4b3;
  font-size: 3.4em;
  text-align: center;
  transition: all 0.5s ease;
}
section #services li a {
  color: #660066;
}
section #services li div:hover {
  transform: rotate(360deg);
  border-radius: 100px;
}
section #services li span {
  width: 120px;
  height: 20px;
  display: block;
  padding: 15px 0;
  color: #660066;
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
}
.credits a {
  display: block;
  text-align: center;
  color: #74d4b3;
  text-decoration: none;
  font-size: 24px;
  margin-top: 50px;
  background: white;
  padding: 20px;
  max-width: 300px;
}

  .jumbotron {
    background-color: #660066; 
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    }