.inclusion-check-icon {
  font-size: 15px;
  color: #b2cb20;
  font-weight: 900;
}
.inclusion {
  font-size: 15px;
}
.product-list {
  padding: 35px 5px;
}
.product-title {
  color: #384141;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0px;
  letter-spacing: 0px;
  margin: 0px;
  min-height: auto;
  text-transform: none;
}
.product-description {
  font-size: 14px;
  letter-spacing: 0px;
  margin: 0px;
  min-height: auto;
  text-transform: none;
  font-weight: normal;
  line-height: 1.7;
  margin-bottom: 30px !important;
  padding: 0px 10px;
  color: #808080;
}
.pricing-price {
  padding: 15px 0 14px 0;
  border-top: 1px solid rgba(139, 144, 157, 0.18);
  border-bottom: 1px solid rgba(139, 144, 157, 0.18);
}
.pricing-description p {
  margin: 0px;
  color: #384141;
}
.pricing-description .currency {
  font-weight: 300;
  font-size: 2rem;
}
.interval {
  font-size: 12px;
  letter-spacing: 0.5px;
}
.category-title-holder {
  border-radius: 30px;
  cursor: pointer;
  margin-bottom: 15px;
  padding: 0 2px;
  background-color: #ffffff;
}
.category-title {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    margin: 2px 0;
}
.category-title.active {
  background: rgb(15, 32, 39);
  background: linear-gradient(
    90deg,
    rgba(15, 32, 39, 1) 0%,
    rgba(32, 58, 67, 1) 50%,
    rgba(44, 83, 100, 1) 100%
  );
  border-radius: 30px;
  color: #ffffff;
}
.category-title:not(.active):hover {
  color: #232e3e;
}
.custom-tab {
  max-width: 900px;
}
