.red-tabs > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #b7babe50;
  border-radius: 10px;
}

.red-tabs.active span:first-child {
  color: #c8102e !important;
}
.red-tabs.active > div::after {
  background-color: #c8102e !important;
}

.red-paragraph b {
  font-family: "Unineue", sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  color: #1c1c1b;
  display: block;
  margin-top: 2rem;
}
