/*
  Template:     onepress
  Theme Name:   onepress_child
*/
/* *** */
/* products */
/* *** */
.products {
  font-weight: 300;
}

.products__logo svg, .products__logo img {
  min-width: 80px;
}

@media (min-width: 992px) {
  .products__logo svg, .products__logo img {
    min-width: 100px;
    min-height: 61px;
    max-height: 67px;
  }
}

.products__logo-h {
  max-height: 25px;
}

@media (min-width: 992px) {
  .products__logo-h {
    max-height: 33px;
  }
}

.products__logo-w {
  max-width: 200px;
}

@media (min-width: 992px) {
  .products__logo-w {
    max-width: 250px;
  }
}

.products__sub-img {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  width: 300px;
  height: 300px;
  margin: auto;
  padding: 5%;
}

.products__sub-img img {
  width: 100%;
}

.products__sub .moreArrow {
  right: 0;
}

.products .bg-dark-over {
  position: relative;
  z-index: 1;
  padding-top: 4px;
}

.products .bg-dark-over::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #000;
  z-index: -1;
}

html {
  font-size: 54.5%;
}

@media (min-width: 576px) {
  html {
    font-size: 62.5%;
  }
  .fs-md-5 {
    font-size: 5rem;
  }
}
/*# sourceMappingURL=products.css.map */
