/* CSS Document */
/* CSS Document */
/* CSS Document */
.services {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .services .service {
    flex: 1 1 auto;
    width: 300px;
    margin: 0.5em;
    padding: 1em;
    text-align: center;
    background: rgba(21, 106, 173, 0.1); }
    .services .service img {
      max-width: 100px; }
    .services .service h3 {
      margin-top: 0.5em;
      font-size: 1.25em;
      font-weight: bold; }
