.tcl-seperator-image {
  width: 100%;
}
.tcl-seperator-image__wrapper {
  width: calc(100% - 130px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 6px;
}
.tcl-seperator-image__wrapper img {
  max-width: 100%;
}
.tcl-seperator-image__wrapper--3 .tcl-picture {
  width: 33.33333%;
}
@media (max-width: 767px) {
  .tcl-seperator-image__wrapper--3 .tcl-picture {
    width: 100%;
  }
}
.tcl-seperator-image__wrapper--2 .tcl-picture {
  width: 50%;
}
@media (max-width: 767px) {
  .tcl-seperator-image__wrapper--2 .tcl-picture {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .tcl-seperator-image__wrapper {
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .tcl-seperator-image__wrapper {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tcl-seperator-image__wrapper .tcl-picture {
    height: 190px;
    overflow: hidden;
    position: relative;
  }
}