.section-tabs h2 {
  font-size: 45px;
  font-weight: 300;
  line-height: 1;
}

.section-tabs .tabs {
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-top: 2.5rem;
  display: flex;
  overflow-x: auto;
}

@media (min-width: 1024px) {
  .section-tabs .tabs {
    justify-content: center;
    overflow-x: visible;
  }
}

.section-tabs .tabs .tab {
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  --tw-border-opacity: 1;
  border-style: solid;
  border-bottom-width: 2px;
  border-color: rgb(213 214 215 / var(--tw-border-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(213 214 215 / var(--tw-text-opacity));
  padding: 1.25rem;
  font-size: 22px;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .section-tabs .tabs .tab {
    width: auto;
    min-width: 275px;
    padding: .75rem;
  }
}

.section-tabs .tabs .tab.active {
  --tw-border-opacity: 1;
  border-bottom-width: 4px;
  border-bottom-color: rgb(255 122 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 122 0 / var(--tw-text-opacity));
  font-weight: 600;
}

.section-tabs .content-tabs .content-tab:not(.active) {
  display: none;
}

.section-tabs .content-tabs .content-tab .active {
  display: block;
}

/*# sourceMappingURL=tabs.css.map */
