.product-image {
  max-width: 100%;
  width: 68px;
  height: 68px;
  -o-object-fit: contain;
     object-fit: contain;
}
.trans-divider-small {
  margin-top: 30px;
}
.trans-divider-large {
  margin-top: 80px;
}
.video {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
}
@media screen and (max-width: 992px) {
.trans-divider-small {
    margin-top: 40px !important;
}
.trans-divider-large {
    margin-top: 100px !important;
}
.d-lg-none {
    display: flex !important;
}
}
@media screen and (max-width: 560px) {
.video {
    transform: scale(2.5);
}
}
.trans-home-welcome .words, .trans-home-quality-info-wrapper .words, .trans-home-brands-wrapper .words {
  background: #1e201d;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.trans-home-welcome .trans-home-quality-info-wrapper .trans-home-quality-info__item-title .words, .trans-home-quality-info-wrapper .trans-home-quality-info-wrapper .trans-home-quality-info__item-title .words, .trans-home-brands-wrapper .trans-home-quality-info-wrapper .trans-home-quality-info__item-title .words {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 72px;
  color: #1e201d;
  text-align: center;
}
.trans-home-welcome .trans-home-quality-info-wrapper .trans-home-quality-info__item-detail, .trans-home-quality-info-wrapper .trans-home-quality-info-wrapper .trans-home-quality-info__item-detail, .trans-home-brands-wrapper .trans-home-quality-info-wrapper .trans-home-quality-info__item-detail {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #1e201d;
  text-align: center;
}
