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

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

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

.swiper-slide.grey-text {
  padding-right: 3rem;
  width: 100%;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .pathologies-section .section-right {
    width: 83.333333% !important;
    margin-left: auto !important;
    max-width: 83.333333%;
    margin-right: auto;
  }
}

@media screen and (min-width: 1024px) {
  .anatomy-section {
    background-color: #1c1c1b;
  }
  .implants-section {
    background-color: #f9f8f8;
  }
  .background-pair .background {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .pathologies-section .section-right {
    margin-left: 10% !important;
    max-width: 90%;
    width: 90% !important;
  }
  .swiper-slide.grey-text {
    width: calc(480px + 8.333vw);
    margin-right: 64px;
  }
}
