.nm-tabs-list {
  list-style: none;
}

.nm-tab {
  cursor: pointer;
}

.nm-tab-icon {
  position: relative;
}

.nm-tab-icon-regular,
.nm-tab-icon-active {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.nm-tab-icon-regular {
  display: block;
}

.nm-tab-icon-active {
  display: none
}

.nm-tab.active-tab .nm-tab-icon-regular:not(.no-active-icon) {
  display: none;
}

.nm-tab.active-tab .nm-tab-icon-active {
  display: block;
}
  
.nm-tab-content {
  display: none;
}

.nm-tab-content.active-tab {
  display: block;
}

.nm-tab-content-heading {
  display: none;
}

@media only screen and (max-width: 768px) {
  .nm-tabs {
    display: none;
  }
  
  .nm-tab-content-heading {
    display: block;
  }
}

.nm-tab-content-heading .nm-tab.sustainable_future {
  margin: 1rem 0;
}

.nm-tab-content-heading .nm-tab.sustainable_future > h2 {
  font-size: 2rem;
}