.tabs-wrapper {
  background-color: #e0e0e0;
  z-index: 3;
  -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.3);
}

.tabs-wrapper.tabs-fixed {
  position: fixed;
  right: 0;
  left: 0;
}

.tabs-wrapper .tabs .tab {
  margin: 0rem 1rem;
  padding: 1rem 1rem 0.75rem;
  color: #777777;
  border-bottom: 0.25rem solid transparent;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.tabs-wrapper .tabs .tab.active {
  color: #0198ab;
  border-bottom: 0.25rem solid #0198ab;
}
.text-description-full-width .section {
  position: relative;
}

.text-description-full-width .section .section-content-wrapper {
  z-index: 1;
  color: #777777;
}

.text-description-full-width .section .section-content-wrapper .section-content {
  padding: 2rem;
}

.text-description-full-width .section .section-content-wrapper .section-content .header {
  font-weight: normal;
  font-size: 160%;
  color: #555555;
}

.text-description-full-width .section .section-content-wrapper .section-content p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}
