.productsPt {
  overflow: hidden;
  padding-top: 93px;
}
@media (min-width: 576px) {
  .productsPt {
    padding-top: 119px;
  }
}
@media (min-width: 768px) {
  .productsPt {
    padding-top: 109px;
  }
}

.productsTab {
  z-index: 2;
  height: 142px;
  position: sticky;
  top: -30px;
}
@media (min-width: 576px) {
  .productsTab {
    top: 0px;
  }
}
.productsTab li button {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .productsTab li button {
    font-size: calc(1rem + 0.3vw);
  }
}

.h1Title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  color: #0f5385;
  line-height: 1;
  font-style: normal;
}
@media (min-width: 576px) {
  .h1Title {
    font-family: "Bebas Neue", sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    color: #e56130;
    line-height: 1.2;
    font-style: normal;
  }
}

.callout-products {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.6rem;
  margin-bottom: 0.5rem;
  color: #3493c3;
  background-color: #ffffff;
  border-left: 0.4rem solid #3493c3;
}

.productsCard {
  transition: 0.5s;
}
.productsCard:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
.productsCard .card-title {
  color: #6c757d;
}

.nav-link {
  color: #6c757d;
}/*# sourceMappingURL=all_products.css.map */