.specialists {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}
.specialists .container {
  max-width: calc(50% + 720px);
  margin-left: 0px;
  margin-right: initial;
}
.specialists .line {
  width: calc(100% - 3rem);
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e5ebf1;
}
.specialists .container {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
.specialists--image .border {
  border-radius: 20px;
  border-top-left-radius: 38rem;
  overflow: hidden;
  background-color: #f2f5f8;
  min-height: 630px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.specialists--image .border .scroll {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
  will-change: transform;
}
.specialists--image .border .scroll img {
  width: 400px;
  -o-object-position: left bottom;
     object-position: left bottom;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  margin-left: -15rem;
  height: 530px;
  object-fit: contain;
  object-position: left bottom;
}
.specialists--image .border .scroll img:nth-child(1) {
  margin-left: 0rem;
}
.specialists--image .border .scroll img:nth-child(1) {
  z-index: 15;
  position: relative;
}
.specialists--image .border .scroll img:nth-child(2) {
  z-index: 14;
  position: relative;
}
.specialists--image .border .scroll img:nth-child(3) {
  z-index: 13;
  position: relative;
}
.specialists--image .border .scroll img:nth-child(4) {
  z-index: 12;
  position: relative;
}
.specialists--image .border .scroll img:nth-child(5) {
  z-index: 11;
  position: relative;
}
.specialists--image .border .scroll img:nth-child(6) {
  z-index: 10;
  position: relative;
}
.specialists--image .border .scroll img:nth-child(7) {
  z-index: 9;
  position: relative;
}
.specialists--image .border .scroll img:nth-child(8) {
  z-index: 8;
  position: relative;
}
.specialists--image .border .scroll img:nth-child(9) {
  z-index: 7;
  position: relative;
}
.specialists--image .border .scroll img:nth-child(10) {
  z-index: 6;
  position: relative;
}
.specialists--image .border .scroll img:nth-child(11) {
  z-index: 5;
  position: relative;
}
.specialists--image .border .scroll img:nth-child(12) {
  z-index: 4;
  position: relative;
}
.specialists--image .border .scroll img:nth-child(13) {
  z-index: 3;
  position: relative;
}
.specialists--image .border .scroll img:nth-child(14) {
  z-index: 2;
  position: relative;
}
.specialists--image .border .scroll img:nth-child(15) {
  z-index: 1;
  position: relative;
}
.specialists--content {
  border-left: 1px solid #e5ebf1;
  padding: 17rem 0rem 35rem 6rem;
  max-width: 520px;
  margin-left: 11rem;
}/*# sourceMappingURL=specialists.css.map */