@charset "UTF-8";

h2 {
  padding: 9px 16px;
  position: relative;
  z-index: 0;
  background-color: #7dcef4;
  border-radius: 9999px;
  width: 90%;
  margin: 30px auto;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

h2::before {
  position: absolute;
  border: 2px solid #fff;
  content: "";
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 3px;
  z-index: -1;
  border-radius: 9999px;
}

.container {
  background: #fff;
}

.grid {
  padding: 0 20px 30px 20px;
}

.mainContentTable {
  width: 100%;
  border: 1px solid #eaeaea;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 30px;
  display: block;
}

.mainContentTable tr {
  border-bottom: 1px solid #eaeaea;
  display: block;
}

.mainContentTableHeading {
    width: inherit;
    padding: 15px 23px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05em;
    background: #f8f8f8;
    display: block;
}

.mainContentTableData {
  width: 70%;
  font-weight: 400;
  letter-spacing: .06em;
  padding: 20px 25px;
  position: relative;
  font-size: 15px;
  color: #333;
  vertical-align: top;
  background: #fff;
}

.officeAccess {
  margin-bottom: 30px;
}

.headerMiddle {
  margin-bottom: 20px;
}

.officeAccessTitle {
  text-align: center;
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 10px;
}

.headerMiddle .line {
    width: 50px;
    height: 3px;
    margin: 0 auto;
    background: #7dcef4;
}

/* Googlemap */
#gmap {
  margin: 20px 0 0;
}

#gmap iframe{
  width: 100%;
  height: 300px;
}

@media (min-width: 576px) {
  .grid {
    padding: 0 30px 30px 30px;
  }

  .mainContentTable {
    display: table;
  }

  .mainContentTable tr {
    display: table-row;
}

  .mainContentTableHeading {
    width: 35%;
    padding: 28px 15px;
    display: table-cell;
  }

  .mainContentTableData {
    padding: 28px 25px;
    display: table-cell;
  }
}