.product-hero-container {
  border-bottom:none;
}

/* hide model and tech spec review section */
.product-hero-container .JPModels,
#features + .container-fluid {
  display:none !important;
}

.hero-wrapper img {
  max-width:450px;
}

@media screen and (min-width:992px) {
  .hero-wrapper img {
    max-width:680px;
  }  
}
@media screen and (min-width:1200px) {
  .hero-wrapper img {
    max-width:800px;
  }  
}

#features .section-header-wrapper {
  background-color:#4472C4;
}
#features .section-header-wrapper .section-header {
  color:#fff;
}


.section_explainG1 {
  background-color:#4472C4;
  border-bottom:1px solid #ccc;
}
.section_explainG1 p {
  color:#fff;
}
.section_explainG1 p strong {
  font-weight:700;
}
.section_explainG1 .img1 {
  display:flex;
  align-items: center;
  justify-content: center;
}
.section_explainG1 .img2 {
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.section_explainG2 {
  background-color:#fff;
}
.section_explainG2 .red {
  color:#ff0000;
}
.section_explainG2 h3 {
  color:#000;
}
.section_explainG2 p strong {
  font-weight:700;
}
.section_explainG2 a {
  text-decoration:underline;
}