.tpan__item-text .divider,
.tpan__item-text a:nth-child(3),
.contacts__text .divider,
.contacts__text a:nth-child(3) {
  display: none;
}

.offer__content {
  max-width: 50em;
}

.offer__overlay {
  background-color: #222222;
  opacity: 0.5;
}

.offer_static-text-center .offer__bgi-img-oi {
  object-position: bottom center;
}

.logo__img {
  max-width: 10em;
  max-height: 100%;
}

/* about */
.about__figure-wrap {
  cursor: default;
}

.dental-numbers .grid__row {
  row-gap: 1em;
}

.reviews__img {
  max-width: 5em;
  max-height: 5em;
}

@media (min-width: 992px) {
  .gallery {
      margin-top: 0;
  }

  .dental-services_v3 .grid__col-lg-2dot5 {
      -webkit-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
}