.product-page {
  font-size: 16px;
  line-height: 25px;
}

.product-title {
  font-size: 42px !important;
  line-height: normal !important;
  margin-bottom: 10px;
}

h2.product-title {
  font-size: 26px !important;
}

.product-container {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.certified {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.certified img {
  width: 182px;
  height: 182px;
}

.certified > a {
  font-size: 10px;
  font-style: italic;
  text-decoration: underline;  
}

.product-details {
  width: 630px;
}

.inner-product-details {
  background-color: #f1f1f1;
  padding: 5px 22px;
}

.small-info {
  display: inline-block;
  margin-top: 18px;
  font-size: 9px;
  font-style: italic;
  line-height: 17px;
}
