@charset "utf-8";
/* CSS Document */

/* Services Page Table & Image Flex Box CSS */

.services_table {
  display: flex;
  max-width: 100%;
  height: auto;
}

.services_table th {font-weight: normal;}

.ser_image {
  float: right;
  max-width: 25%;
  height: auto;
  margin: 0 auto;
}

.ser_image img {align-self: center;}

.ser_table {
  max-width: 75%;
  height: auto;
}

