body {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
}

.text-orange {
  color: #e12c03 !important;
}

.nav .nav-link.active {
  border-bottom: 2px solid #e12c03 !important;
}

.btn-orange {
  background-color: #e12c03 !important;
}

.btn-orange:hover {
  border-color: #e12c03 !important;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.article {
  cursor: pointer;
  transition: .5s all;
}

.article:hover {
  border: 1px solid #e12c03;
  margin-bottom: 10px;
  transform: translate(0px, -10px);
}