.organizations__inner {
  background-color: var(--erepair-white);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 8px;
}

.custom-tabs {
  position: sticky;
  top: 20px;
}
.custom-tabs .nav-link {
  background-color: #fff;
  color: #333;
  border: 1px solid #dee2e6;
  border-left-width: 4px;
  margin-bottom: 12px;
  text-align: left;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 0;
}

.custom-tabs .nav-link:hover {
  background-color: #f9f9f9;
  color: var(--erepair-base);
}

.custom-tabs .nav-link.active {
  background-color: var(--erepair-base);
  color: #fff;
  border-left-color: var(--erepair-primary);
}

.tab-content {
  background-color: #fff;
}

.tab-pane h4 {
  font-weight: 600;
  color: var(--erepair-black);
  margin-bottom: 10px;
  font-size: 22px;
}

.tab-pane p {
  /* font-size: 15px; */
  margin-bottom: 10px;
}
.tab-pane p:last-child {
  margin-bottom: 0;
}

.tab-pane ol {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.tab-pane ol li {
  list-style: block;
}
