.text-box-separator {
  position: relative;
  background-size: cover !important;
}
.text-box-separator::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(187deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.8) 56%, black 90%);
  opacity: 0.45;
  z-index: 1;
}
.text-box-separator__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  margin-left: calc((100vw - 1500px)/2);
  z-index: 2;
}
.text-box-separator__wrapper .text-box-separator__header {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  margin-bottom: 40px;
}
.text-box-separator__wrapper .text-box-separator__header .text-box-separator__topheadline::before {
  margin-top: 180px;
}
.text-box-separator__wrapper .text-box-separator__header .text-box-separator__topheadline .topheadline__content {
  color: #ffffff;
}
.text-box-separator__wrapper .text-box-separator__header .text-box-separator__headline {
  margin-bottom: 10px;
}
.text-box-separator__wrapper .text-box-separator__header .text-box-separator__headline .smx-headline {
  color: #ffffff;
}
.text-box-separator__wrapper .text-box__link {
  margin-top: 14px;
}
.text-box-separator__wrapper .text-box:nth-of-type(2) {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  padding-top: 92px;
  padding-bottom: 98px;
}
.text-box-separator__wrapper .text-box:nth-of-type(3) {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
  padding-top: 92px;
  padding-bottom: 98px;
}
.text-box-separator__wrapper .text-box:nth-of-type(4) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.text-box-separator__wrapper .text-box:nth-of-type(5) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}
.text-box-separator__wrapper .text-box:nth-of-type(6) {
  grid-column: 4 / 5;
  grid-row: 2 / 3;
}
@media (max-width:1560px) {
  .text-box-separator__wrapper {
    margin-left: 0;
  }
  .text-box-separator__wrapper .text-box-separator__header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:1399px) {
  .text-box-separator__wrapper .text-box-separator__topheadline::before {
    margin-top: 110px !important;
  }
  .text-box-separator__wrapper .text-box {
    padding: 80px 35px 40px 35px;
  }
  .text-box-separator__wrapper .text-box__content {
    margin-bottom: 5vw;
  }
}
@media (max-width:1023px) {
  .text-box-separator__wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto auto;
  }
  .text-box-separator__wrapper .text-box-separator__header {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  .text-box-separator__wrapper .text-box:nth-of-type(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .text-box-separator__wrapper .text-box:nth-of-type(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  .text-box-separator__wrapper .text-box:nth-of-type(4) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  .text-box-separator__wrapper .text-box:nth-of-type(5) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }
  .text-box-separator__wrapper .text-box:nth-of-type(6) {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
  }
}
@media (max-width:767px) {
  .text-box-separator__wrapper {
    display: flex;
    flex-direction: column;
  }
  .text-box-separator__wrapper .text-box-separator__header {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 40px;
  }
  .text-box-separator__wrapper .text-box-separator__header .text-box-separator__topheadline::before {
    margin-top: 60px !important;
  }
  .text-box-separator__wrapper .text-box {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
    min-height: unset;
  }
  .text-box-separator .bg-color--primary + .bg-color--primary {
    border-top: 2px solid #ffffff;
  }
  .text-box-separator .bg-color--gray + .bg-color--gray {
    border-top: 2px solid #000000;
  }
  .text-box-separator .bg-color--secondary + .bg-color--secondary {
    border-top: 2px solid #ffffff;
  }
}
