.products {
  background: linear-gradient(to right, rgb(0 0 0 / 4%), #fffefe);
}

.card-img-top {
  border-radius: 8px;
  max-width: 352px;
  width: auto;
  height: 245px;
}

.products__title {
  font-size: calc(30% + 0.8vw + 0.9vh);
  font-weight: bold;
}

.products__wrapper {
  border-bottom: 2px solid #e05402;
  display: inline-block;
  padding-bottom: 1.3rem;
  border-radius: 2px;
}

.products__background {
  border-radius: 20px;
  background-color: #0080000d;
}

.products__label-base {
  position: absolute;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  font-size: calc(10% + 0.5vw + 0.5vh);
}
