/* CONTENT */
.header__banner {
  width: 100%;
  padding-top: 11px;
  margin-bottom: 80px;
  position: relative;
}

.header__image {
  width: 100%;
  border-radius: 13px 13px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.content__headline {
  margin-bottom: 60px;
}

.content__headline h2 {
  font-weight: 500;
  font-size: 64px;
  line-height: 64px;
  text-align: center;
  margin-bottom: 40px;
}

.headline__image {
  width: 100%;
  height: 250px;
  border-radius: 13px 13px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.content__headline h5 {
  font-weight: 500;
  font-size: 27px;
  line-height: 140%;
  margin: 25px 0;
}

.content__headline p {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.005em;
}

.qubstext {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 140px;
}

.qubstext span {
  width: 100%;
  height: 100%;
  background-image: url('../assets/images/common/blank-banner.jpg');
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.qubstext p {
  max-width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  padding: 70px 0;
  z-index: 1;
}

.datasets {
  margin-top: 70px;
}

.headline {
  margin-bottom: 60px;
}

.headline h2 {
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 40px;
}

.datasets img,
.datasets__training img {
  width: 100%;
  height: auto;
  max-height: 600px;
  min-height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.text {
  padding-left: 60px;
  padding-right: 0;
}

.text h5 {
  font-weight: 500;
  font-size: 38px;
  line-height: 61px;
  margin-bottom: 20px;
}

.text ul {
  margin: 5px 0 15px;
  list-style: disc;
}

.text ul li,
.text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.005em;
}

.col-content {
  margin-bottom: 70px;
}

.content-child {
  padding-left: 0;
  padding-right: 60px;
}

.order3 {
  order: 4;
}

.order4 {
  order: 3;
}

.order5 {
  order: 5;
}

.order6 {
  order: 6;
}

.order7 {
  order: 8;
}

.order8 {
  order: 7;
}

.order9 {
  order: 8;
}

.order10 {
  order: 9;
}

.order11 {
  order: 11;
}

.order12 {
  order: 10;
}

.order13 {
  order: 12;
}

.background-opacity {
  padding: 50px 0;
  background-color: #131212;
  background-image: linear-gradient(147deg, #131212 0%, #005d9b 74%);
}

/* REPONSIVE */
@media (max-width: 1200px) {
  .qubstext {
    margin-top: 0px;
  }

  .text {
    padding-left: 0;
    padding-right: 60px;
  }

  .datasets img,
  .datasets__training img {
    width: 100%;
    height: auto;
    max-height: 300px;
    min-height: auto;
  }

  .order3 {
    order: 3;
  }

  .order4 {
    order: 4;
  }

  .order5 {
    order: 5;
  }

  .order6 {
    order: 6;
  }

  .order7 {
    order: 7;
  }

  .order8 {
    order: 8;
  }

  .order9 {
    order: 9;
  }

  .order10 {
    order: 10;
  }

  .order11 {
    order: 11;
  }

  .order12 {
    order: 12;
  }

  .order13 {
    order: 13;
  }
}

@media (max-width: 500px) {
  .video__banner video {
    height: 450px;
  }

  .content__headline {
    margin-bottom: 20px;
  }

  .content__headline h2,
  .headline h2 {
    font-weight: 500;
    font-size: 34px;
    line-height: 150%;
    margin-bottom: 20px;
  }

  .content__headline h5 {
    font-weight: 500;
    font-size: 24px;
    margin: 15px 0;
  }

  .content__headline h5 br {
    display: none;
  }

  .content__headline p {
    font-size: 14px;
  }

  .qubstext p {
    padding: 20px 38px;
    font-size: 21px;
  }

  .text h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .text p,
  .text ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.005em;
  }

  .col-content {
    margin-bottom: 20px;
  }
}
