.arcway-logo img {
  max-width: 50px;
  max-height: 44px;
}

#container {
  display: flex;
  /* establish flex container */
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center;
  /* center items horizontally, in this case */
}
#container #title-logo {
  width: 25%;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}
#container #experience img {
  max-width: 95%;
  display: block;
  margin: 0 auto;
}
#container h4 {
  text-align: center;
  margin: 15px;
}
#container h3 {
  text-align: center;
  margin: 15px;
}
#container section {
  max-width: 600px;
  margin: 40px 10px 40px 10px;
}
#container section .service h4 {
  font-size: 20px;
  color: slategrey;
}
#container section .service p.question {
  font-weight: bold;
}
#container footer {
  font-size: 12px;
}

/*# sourceMappingURL=style.css.map */
