/*-----------------------------------------------------------------------------------------*/
/*	Grid of Product Info Cards - new paragraph item 2020   */
/*-----------------------------------------------------------------------------------------*/
.product_info_grid_full {
  text-align: center;
  background-color: #F4F4F4;
}

.product_info_grid_full .wrapper {
  margin: 0 auto;
  max-width: 100rem;
  /*
    Max width set to match the order form above
    70 + 3.43 + 3.43 + 3.43 + 3.43
  */
}

.product_info_grid_full .wrapper .headline {
  margin: 0px;
  padding: 3.43rem 3.43rem 0px 3.43rem;
}

.product_info_grid_full .wrapper .headline > * {
  margin: 0px;
}

.product_info_grid_full .product_cards {
  padding: 1.715rem;
}

.product_info_grid_full .product_cards .prod_card {
  padding-top: 1.715rem;
  text-align: left;
}

.product_info_grid_full .product_cards .prod_card:first-child {
  padding-top: 0px;
}

.product_info_grid_full .product_cards .prod_card .content_wrapper {
  background-color: #ffffff;
  padding: 1.715rem;
}

.product_info_grid_full .product_cards .prod_card .image img {
  display: block;
  width: 100%;
  height: auto;
}

.product_info_grid_full .product_cards .prod_card .image {
  display: block;
}

.product_info_grid_full .product_cards .prod_card .content_wrapper .title {
  font-size: 1.83rem;
  line-height: 1.23em;
  color: #373737;
  font-family: "Muli", sans-serif;
  font-weight: 900;
  margin: 0px 0px 1.75rem 0px;
}

.product_info_grid_full .product_cards .prod_card .content_wrapper .title > *:first-child {
  margin-top: 0px;
}

.product_info_grid_full .product_cards .prod_card .content_wrapper .title > *:last-child {
  margin-bottom: 0px;
}

.product_info_grid_full .product_cards .text > *:first-child {
  margin-top: 0px;
}

.product_info_grid_full .product_cards .text > *:last-child {
  margin-bottom: 0px;
}

/*
    .product_info_grid_full .product_cards .prod_card .content_wrapper .text ul {
      list-style-position: inside;
      padding-left: 0px;
    }
*/
@media only screen and (min-width: 400px) {
  .product_info_grid_full .product_cards {
    padding: 3.43rem;
  }
  .product_info_grid_full .product_cards .prod_card {
    padding-top: 3.43rem;
  }
  .product_info_grid_full .product_cards .prod_card:first-child {
    padding-top: 0px;
  }
  .product_info_grid_full .product_cards .prod_card .content_wrapper {
    padding: 3.43rem;
  }
}
@media only screen and (min-width: 700px) {
  .product_info_grid_full .product_cards {
    padding: 1.715rem !important;
  }
  .product_info_grid_full .product_cards .prod_card {
    margin: -1.715rem;
    padding: 1.715rem !important;
    width: 50%;
    display: block;
    float: left;
    box-sizing: border-box;
    margin: 0px;
  }
  .product_info_grid_full .product_cards:after {
    clear: both;
    display: block;
    height: 0px;
    content: "";
  }
  .product_info_grid_full .product_cards .prod_card:nth-of-type(2n+1) {
    clear: left;
  }
  .product_info_grid_full .product_cards .prod_card .content_wrapper {
    padding: 3.43rem;
  }
}
/*-----------------------------------------------------------------------------------------*/
/*	End   */
/*-----------------------------------------------------------------------------------------*/
