.service-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.service-column {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.service-column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1366px) {
  .service-column {
    flex: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .service-column {
    flex: 100%;
    max-width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .service-column {
    flex: 100%;
    max-width: 100%;
  }
}

#footer{
    background:#000000 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    /* position: absolute; */
    left: 0;
    bottom: 0;
    width: 100%;
    overflow:hidden;
    color:#FFF !important;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #eeeeee;
}
