#HPE_NAVIGATION div > ul > li {
  width: auto;
}
#HPE_NAVIGATION div > ul > li > span {
  width: auto;
}
#HPE_NAVIGATION div > ul > li > span > a {
  padding: 0 28px;
}

#HPE_NAVIGATION div > ul > li:last-child {
    width: auto;
    float: right;
}
#HPE_NAVIGATION div > ul > li:last-child > span {
    width: auto;
    border-right: 1px solid #fff;
}

#HPE_CONTENT_2021 > section {
  padding: 30px 0;
  background: #FFF;
}
#HPE_CONTENT_2021 > section.bg-gray {
  background: #f5f5f5;
}
#HPE_CONTENT_2021 > section > .inner {
  width: 980px;
  margin: 0 auto;
}

#HPE_CONTENT_2021 .link:before {
  display: none;
}
#HPE_CONTENT_2021 .link-right {
  text-align: right;
}

#HPE_CONTENT_2021 figure {
  text-align: center;
}

#HPE_CONTENT_2021 img {
  max-width: 100%;
}

#HPE_CONTENT_2021 h2 {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 30px;
  text-align: center;
  color: #0f565e;
}

#HPE_CONTENT_2021 p {
  font-size: 18px;
  line-height: 32px;
  margin: 20px 0;
}

#HPE_CONTENT_2021 .pr {
  width: 800px;
  margin: 20px auto;
  border: 1px solid #333;
  box-sizing: border-box;
  padding: 20px;
}

#HPE_CONTENT_2021 .pr .banners {
  display: flex;
}
#HPE_CONTENT_2021 .pr .banners > div + div{
  margin-left: 10px;
}

#HPE_CONTENT_2021 .pr a {
  color: #1a7c7b;
}


#HPE_CONTENT_2021 ul.list-std {
  font-size: 18px;
  list-style: disc;
  margin-left: 40px;
}
#HPE_CONTENT_2021 ul.list-std > li {
  line-height: 32px;
}


#HPE_CONTENT_2021 img.dummy {
  background: #CCC;
  width: 100%;
  height: 100%;
  border: 1px solid #AAA;
}



#HPE_CONTENT_2021 .pr-lead {
  background-image: url(/solutions_products/hybrid_cloud/hpe/images/under-triangle.png);
  background-position-x: center;
  background-repeat: no-repeat no-repeat;
  min-height: 100px;
}