.tech-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tech-box > ul {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tech-box > ul > .related-techflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tech-box > ul > .related-techflex a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
}

.tech-box > ul > .related-techflex a:hover {
  text-decoration: none !important;
}

.tech-box > ul > .related-techflex a p {
  max-width: 70%;
}

.tech-box > ul > .related-techflex a img {
  padding: 5px;
  margin: 5px;
  max-width: 20%;
}

.tech-box > ul > .related-techflex a h6 {
  min-width: 100%;
}

.tech-box > ul > .related-techflex h4 {
  font-size: 1.2rem;
}
/*# sourceMappingURL=product-page.css.map */