.tabbedcontent{
  margin: 40px 0;
}

.tabbedcontent .item-list li {
  margin: 0;
  padding: 0;
}

.tabbedcontent .quicktabs-tabs a{
  padding: 10px;
  border-bottom: 4px solid #E2E2E2;
  font-size: 1.3125rem;
  line-height: 2.125rem;
  color: #333;
}
.tabbedcontent .quicktabs-tabs li.active a{
  background-color: #fff;
  border-bottom: 5px solid var(--bs-primary);
  color: var(--bs-primary);
}
.tabbedcontent ul.quicktabs-tabs{
  padding: 0;
  min-height: 60px;
  margin-bottom: 0;
}
.tabbedcontent ul.quicktabs-tabs li:first-child a{
}
.tabbedcontent ul.quicktabs-tabs li{
  display: inline-block;
  background: none;
  list-style-type: none;
  padding: 0;
  white-space: unset;
  height: 70px;
}
.tabbedcontent .field-content h3{
  margin-top: 0;
}
