  .flexRow {
  display: flex;
  flex-direction: row;
}

.flexCol {
  display: flex;
  flex-direction: column;
}

[v-clock] {
  display: none;
}

p {
  margin: 0;
  padding: 0;
}

.ctn-wrap {
  max-width: 1200px;
  padding-bottom: 40px;
}

.intro-wrap {
  width: 100%;
  color: #000000;
}

.intro-title {
  height: 48px;
  font-size: 48px;
  font-family: BoschSansCHS-Regular, BoschSansCHS;
  font-weight: 400;
  line-height: 48px;
  margin-top: 40px;
  margin-bottom: 32px;
}

.intro {
  font-size: 22px;
  font-family: BoschSansCHS-Regular, BoschSansCHS;
  font-weight: 400;
  line-height: 36px;
  width: 60%;
  min-width: 500px;
}

.intro > p {
  margin-bottom: 28px;
  margin-top: 0;
  font-size: 24px;
  line-height: 36px;
}

.intro-img {
  width: 40%;
  text-align: center;
  margin-left: 200px;
}

.intro-img > img {
  width: 100%;
  height: 100%;
  max-width: 300px;
  min-width: 200px;
}

@media screen and (max-width: 900px) {
  .intro-img img {
    width: 100%;
    height: 100%;
    max-width: 400px;
  }
  .intro {
    width: 100%;
    margin-bottom: 40px;
  }
  .intro-wrap {
    flex-direction: column;
  }
  .intro-img {
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
}
