.product-section-container h3, .product-section-container h4, .product-section-container p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 0.9em;
}

.product-section-container h3 {
  color: #C2D000;
  font-size: 2.5em;
  margin-bottom: 20px;
  padding-top: 20px;
  line-height: 0.8em;
}

.product-section-container h4 {
  font-size: 1.5em;
  margin-bottom: 20px;
}

.product-section-container p:first-of-type {
  margin-bottom: 10px;
}

.product-section-container {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #000;
}

.product-section-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 20%;
  padding: 0;
  margin: 0;
  text-align: left;
}

.product-section-image {
  display: flex;
}

.flex {
  display: flex;
  flex-flow: row wrap;
}

.img-wrapper {
  margin-top: 1.4em;
}

.product-index-wrapper {
  padding-bottom: 1em;
  border-bottom: 1px solid #ADADAD;
}

.product-index-bottom,
.product-index-top {
  width: 100%;
}

.product-index-top h1 {
  margin-bottom: 0;
  text-align: left;
}

.product-index-left {
  max-width: 350px;
  width: 30%;
}

.product-index-right {
  padding-left: 1em;
  width: 70%;
}

.product-index-right__content,
.product-index-right__menu {
  width: 50%;
}

.product-index-right__menu li {
  color: #33cc66;
}

.product-index-right .btnc {
  float: right;
}

.img-wrapper img {
  width: 100%;
  height: auto;
}


@media only screen and (max-width: 1000px) {
  .product-section-container {
    display: flex;
    justify-content: space-around;
  }
  .product-section-content {
    flex: 1;
    padding-top: 2%;
    padding-left: 2%;
  }

  .product-section-image {
    flex: 1;
  }

  .product-index-right__content,
  .product-index-right__menu {
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .product-section-container {
    display: flex;
    justify-content: space-around;
  }
  .product-section-content {
    padding-top: 2%;
    padding-left: 2%;
    flex: 1;
  }

  .product-section-image {
    flex: 1;
  }
  .product-section-image img {
    height: 85%;
    width: 85%;
  }
}

@media only screen and (max-width: 600px) {
  .product-section-container {
    display: flex;
    /*flex-flow: column;*/
  }
  .product-section-content {
    width: 100%;
    padding: 30px 10px 10px 10px;
  }

  .product-section-image {
    display: flex;
    justify-content: center;
    padding: 20px;
  }

  .product-section-image img {
    height: 50%;
    width: 50%;
  }
}
