.tsp-component-Tab {

}

.tsp-component-Tab-head {
  display: flex;
  align-items: center;
}

.tsp-component-Tab-head-tab {
  flex: 1;
  text-align: center;
  border-bottom: 2px solid transparent;
}
.tsp-component-Tab-pane {
  width: 100%;
}

.tsp-component-Tab-body {
  overflow-x: hidden;
}