.moreinform {
  width: 100%;
  height: auto;
  background-color: #000000;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 200px;
  padding-bottom: 120px;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0;
}
.moreinform.white {
  background-color: #ffffff;
}

.infos {
  color: #ffffff;
  line-height: 1.2;
  font-size: 2vw;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  width: 21.35vw;
  height: 16.14vw;
  border-radius: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.infos_design {
  background: url(/content/dam/huawei-cbg-site/common/mkt/pdp/wearables/watch-gt2/img/info01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.infos_battery {
  background: url(/content/dam/huawei-cbg-site/common/mkt/pdp/wearables/watch-gt2/img/info04.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.infos_sports {
  background: url(/content/dam/huawei-cbg-site/common/mkt/pdp/wearables/watch-gt2/img/info02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.infos_assis {
  background: url(/content/dam/huawei-cbg-site/common/mkt/pdp/wearables/watch-gt2/img/info03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

a.btn_learn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 9vw;
  height: 2.8vw;
  line-height: 1;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 1.4vw 1.4vw;
  font-weight: normal;
  color: #ffffff;
  font-size: 1vw;
}

.infos p {
  padding-bottom: 30px;
}

.getfit {
  padding-top: 120px;
}

.HW-p-footer {
  max-width: none;
  margin: 0 auto;
  width:67vw;
}

.HW-p-addon {
  display: block;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  /* max-width: 1290px; */
  padding-bottom: 60px;
  padding-top: 30px;
  position: relative;
  width: 100%;
}

.border-thin-top {
  border-top: 1px solid #d9d9d9;
}

.component-footnotes {
  list-style: decimal;
  padding: 10px 16px;
  color: #a3a1a2;
  font-size: 14px;
}

.component-footnotes li.current {
  color: #1e1e1e;
}

.HW-p-addon p {
  padding: 0 15px;
  color: #a3a1a2;
  font-size: 12px;
}

sup {
  top: -.5em;
}

sub {
  top: .5em;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

@media screen and (max-width:1800px) {
  .moreinform {

    padding-top: 10.4vw;
    padding-bottom: 6.25vw;
  }
  .infos p {
    padding-bottom: 1.5vw;
  }
}

@media screen and (max-width:1366px) {
  .HW-p-footer {
    width: 67.7vw;
  }
}

@media screen and (max-width:768px) {
  .moreinform {
    padding-top: 24vw;
    padding-bottom: 16vw;
    width: 100%;
    height: auto;
    background-color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .infos {
    color: #ffffff;
    line-height: 1.2;
    font-size: 6vw;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    width: 77vw;
    height: 60vw;
    border-radius: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10.6vw;
  }
  .moreinform .infos:last-child {
    margin-bottom:0;
  }

  a.btn_learn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36vw;
    height: 10vw;
    line-height: 1;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 5vw;
    font-size: 3.6vw;
  }

  .infos p {
    padding-bottom: 15px;
  }

  .border-thin-top {
    border-top: 1px solid #eeeeee;
    width: 86vw;
  }
  .HW-p-footer {
    width: 86vw;
}

  .HW-p-addon {
    width: 100%;
    padding-top: 8vw;
    padding-bottom:4vw;
  }
}