.single-specialists .hero-part, .single-specialists .swiper-main{
    display: none;
}
.small-spec__image {
  position: relative;
  min-height: 200px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #FFF;
  max-height: 230px;
}
.small-spec__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -10;
  filter: blur(3px) brightness(0.9);
}
.small-spec__image-front {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 90%;
  z-index: -5;
}
.small-spec__image__description{
    max-width: 70%;
    margin: 5%;
}

@media (min-width: 993px) {
    .single-specialists .hero-part, .single-specialists .swiper-main{
        display: block;
    }
    .small-spec-card{
        display: none;
    }
}