.products {
  background: linear-gradient(to right, rgb(0 0 0 / 4%), #fffefe);
}

.card {
  border-radius: 8px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 352px;
}

.card-img-top {
  border-radius: 8px;
  max-width: 352px;
  width: 100%;
  height: 245px;
}

.products__title {
  font-size: calc(30% + 0.8vw + 0.9vh);
  font-weight: bold;
}

.products__Cardtitle {
  font-size: calc(5% + 0.5vw + 0.5vh);
  font-weight: bold;
  line-height: 2rem;
}

.products__description {
  font-size: calc(10% + 0.4vw + 0.4vh);
  font-weight: normal;
}

.products__price {
  font-size: calc(10% + 0.5vw + 0.5vh);
  font-weight: normal;
}

.products__link {
  background: #259639;
  border-radius: 10px;
  font-size: calc(10% + 0.4vw + 0.4vh);
  bottom: -44px;
  box-shadow: 0px 20px 30px -3px rgb(37 150 57 / 30%);
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.8rem calc(7% + 0.3vw + 0.3vh);
}

.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);
}
