.tab-list {
  display: flex;
  justify-content: center;
  position: relative;
}

.tab-item {
  color: #ffffff66;
  font-size: 24px;
  line-height: 36px;
  font-family: "Anton", sans-serif;
  font-style: normal;
  cursor: pointer;
  margin: 0 20px;
}

.tab-list::after {
  content: "";
  display: block;
  background-color: #646464;
  width: 280px;
  height: 2px;
  position: absolute;
  bottom: 0px;
}

.tab-panel {
  display: none;
}

.tab-item.active {
  background: linear-gradient(70deg, #fdc830, #f37335);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 2px solid #fdc830;
  z-index: +1;
}

.tab-panel.active {
  display: block;
  padding: 3%;
}

#iso-img {
  margin: auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  width: 320px;
}
