/****PRODUCT BENEFITS****/
.product-benefits .fa-solid.fa-circle-check {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.product-benefits .fa-solid.fa-circle-check li {
  position: relative;
  padding-left: 32px; /* give more room for the circle */
  margin-bottom: 10px;
}

.product-benefits .fa-solid.fa-circle-check li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

  position: absolute;
  left: 0;
  top: 2px;

  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;

  background-color: #1D71B5; /* yellow circle */
  color: #ffffff; /* white check */

  border-radius: 50%;
  font-size: 10px;
}
/****PRODUCT BENEFITS****/


/****PRODUCT FEATURES****/
.product-features .fa-solid.fa-circle-check {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.product-features .fa-solid.fa-circle-check li {
  position: relative;
  padding-left: 32px; /* give more room for the circle */
  margin-bottom: 10px;
}

.product-features .fa-solid.fa-circle-check li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

  position: absolute;
  left: 0;
  top: 2px;

  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;

  background-color: #1D71B5; /* yellow circle */
  color: #ffffff; /* white check */

  border-radius: 50%;
  font-size: 10px;
}
/****PRODUCT FEATURES****/

/****PRODUCT META****/
.product-meta {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
/****PRODUCT META****/

/****PRODUCT INTRO****/
.product-intro {
    font-size: 16px;
    margin-bottom: 25px;
}
/****PRODUCT INTRO****/

/****PRODUCT OVERVIEW****/
.product-overview {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}
/****PRODUCT OVERVIEW****/
.product-features ul {
    list-style: disc;
    padding-left: 20px;
}

.product-features li {
    margin-bottom: 6px;
}