.tab__header {
  display: block;
  clear: both;
}

.tab__header > div {
  display: inline-block;
  vertical-align: top;
  padding: 6px 25px;
  background: #f9f9f9;
  color: #222;
  border:1px solid #ddd;
  font-weight: bold;
  margin: 0 7px;
}

.tab__header > div:hover {
  background: #788691;
  cursor: pointer;
  border-color: #788691;
  color: #fff;
}

.tab__header > div.tab__header--active {
  background: #788691;
  border-color: #788691;
  color: #fff;
}

.tab__content {
  display: block;
  clear: both;
  background: #fff;
  color: #212121;
  width: 100%;
  height: inherit;
  overflow: auto;
  padding: 0 0 20px 0;
}

.tab__content > div {
  display: inline-block;
  vertical-align: top;
  float: left;
  display: none;
}

.tab__content > div.tab__content--active {
  display: block;
}

#what-we-offer-tabs{
  position: relative;
  margin:25px 0 0
}

