.services {
  background-color: rgb(43, 108, 163);
  width: 100%;
  color: #FFF;
  padding-top: 3em;
  padding-bottom: 3em;
}

.services h3 {
  font-size: 45px;
}

.services .service-item {
  margin-top: 2em;
}

.services .service-item img {
  width: 100px;
  height: 100px;
}

.services .service-item h6 {
  margin-top: 1em;
  font-size: 25px;
}
