@media (max-width: 1200px) {
  .section {
      padding-top: 2rem;
      padding-bottom: 2rem;
  }
}
.stretched-link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.btn {
	position: unset !important;
  will-change: unset;
}
.btn.btn-outline-secondary {
  background-color: #202840 !important;
  border-color: #202840;
}
.text-green {
	color: #448A88 !important; 
}
.text-balance {
  text-wrap: balance;
}
@media (max-width: 575.98px) {
    .text-balance {
        text-wrap: unset;
    }
}
.products .owl-stage .owl-item .productborder, .products .owl-stage .owl-item .productborder .product-image img {
	width: 100% !important; 
}
.products-nav {
	display: flex;
  align-items: center;
  gap: 8px;
  justify-content: end;
}
.products-nav a {
  width: 48px;
  height: 48px;
  border: 1px solid #202840 !important;
  border-radius: 50%;
  padding: unset;
  position: relative !important;
  transition: background-color .4s ease;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .products-nav a {
    width: 40px;
    height: 40px;
  }
  .products-nav {
  	justify-content: start;
  }
}
.products-nav a:hover {
  background-color: #202840;
}
.products-nav a svg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: color .4s ease;
}
.products-nav a:hover svg {
  color: #FFF;
}
#header #formSearch input {
	font-size: 16px; 
}