.modular-tabs.static_tabs .cmp-tabs__tablist {
  justify-content: start;
}
.modular-tabs .tabs-wrapper {
  border-bottom-width: 0.5px;
  width: 100%;
}
.modular-tabs .tabs-wrapper__tab {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  padding: 0.5rem 1rem;
  text-wrap: nowrap;
}
.modular-tabs .tabs-wrapper__tab.hidden {
  display: none;
}
.modular-tabs .tabs-wrapper__tab.disabled {
  cursor: not-allowed;
  color: #97999b;
  border: none;
}
@media (min-width: 768px) {
  .modular-tabs .tabs-wrapper__tab {
    font-size: 20px;
    line-height: 30px;
    padding: 0.5rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .modular-tabs .modular-image-wrapper .image-wrapper {
    display: none;
  }
  .modular-tabs .modular-image-wrapper .text-wrapper {
    width: 100%;
  }
}
