.product-menu-includes__content {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #06253d;
  font-weight: 300;
  @media screen and (max-width: 767px) {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.product-menu-includes__content ul {
  @media screen and (max-width: 767px) {
    padding-left: 20px;
  }
}
