b {
    font-family: "Product-Bold"; }
.list-dark h3, .list-dark h4, .list-dark h5, .list-dark h6, .list-dark div, .list-dark h1, .list-dark h2 {
    display: none !important;
}
.list-dark ul {
    display: flex !important;
}
.list-dark p {
    font-size: 14px !important;
  line-height: 19px !important;
  font-weight: normal !important;
  font-family: 'Product-Regular' !important;
  color: #000 !important;
  opacity: 1 !important;
}
.list-dark li::before {
    content: '';
    /*! position: absolute; */
    left: 0;
    top: 0.3em;
    width: 26px;
    height: 26px;
    background-image: url('/img/list-style-dark.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.list-light li::before {
    content: '';
    /*! position: absolute; */
    left: 0;
    top: 0.3em;
    width: 10px;
    height: 7px;
    background-image: url('/img/list-style-light.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.item-content .h-23 {
    margin-top: 20px !important;
}
.description-product img:not(:first-child) {
    width: 50%;
    height: auto;
    object-fit: contain;
    display: block;
}
.hero img {
    height: auto;
}
b {
    font-family: "Product-Bold";
}

.description-product .is-alt td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.products-listing .regular.bit.medium.list-dark > br {
    display: none !important;
}
.team-container .team-members .member-card img {
    max-height: 300px;
    min-height: 300px;
  }
  .blocs-features .blocking {
    justify-content: flex-start;
  }

.blocs-two.top-right {
    align-content: flex-start;
    justify-content: start;
    align-items: flex-start;
  }
  .blocs-two.top-right div:first-child {
    margin-top: 50px;
  }

.about-us-content p {
    text-align: left;
  }
  .about-us-content ul {
    list-style: circle !important;
    text-align: left;
    padding-left: 3%;
  }
  .about-us-content ul li {
    list-style: disc;
  }