.products-container img {
  height: 290px;
  width: auto;
  box-shadow: 10px 10px 5px 2px #00000082;
  object-fit: cover;
}

.item #overlay {
  height: 50%;
  width: 100%;
  background: linear-gradient(transparent, #090e1e);
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 0 1rem 1rem;
}

.item #overlay span {
  font-size: 1.3rem;
  color: #fff;
}

.products-container {
  width: 95%;
  margin: auto;
  padding: 5vw 0;
  display: flex;
  flex-direction: column;
}

.products-container h2 {
  margin-bottom: 4vw;
  text-transform: uppercase;
  font-size: 2.5rem;
  color: var(--dark-grey);
  /* margin-bottom: 0; */
  text-align: center;
}

.products-container h2 span {
  color: var(--primary-color);
}

.products-container button {
  cursor: pointer;
  font-size: 1.3vw;
  text-transform: uppercase;
  background-color: var(--primary-color);
  transition-duration: 2s;
  padding: 0.8vw 1.6vw;
  border: none;
  border-radius: 1.1vw;
  color: #fff;
  margin: 2rem auto;
}

.owl-dots {
  display: none;
}

@media (max-width: 762px) {
  .owl-carousel {
    padding: 5vw;
  }

  .products-container h2 {
    font-size: 7vw;
    line-height: 10vw;
    margin: 9vw 0;
  }

  .products-container {
    padding: 8vw 0;
  }
}
