.separator {
  background: #3f474a;
}

.product-content {
  background: #fff;
  padding-top: 60px;
}

section.product-list,
.separator-product {
  /*background-image: url(../images/laboratory-bg.avif);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;*/
  background-color: #fff;
  
  padding: 110px 0 0 0;
  margin: 0;
}

.separator-product {
  padding: 50px 0;
}

.footer {
  /* background-image: url(../images/meetings-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; */
  padding: 50px 0px 0px 0px;
  background-color: #3f474a;
}

.title-products,
.title-product {
  font-size: 38px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.title-products {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  font-size: 18px;
  text-align: center;
  padding: 0;
}

.title-product {
  color: #000;

  font-size: 18px;
  text-align: left;
}

.container-title {
  display: block;
  margin-bottom: 50px;
  padding: 0 50px;
}

.product-description {
  color: #000;
  font-size: 20px;
  padding: 50px 0;
  font-weight: 300;
}

.product-image {
  margin-top: 50px;
  margin-left: 50px;
}
