.elementor-30357 .elementor-element.elementor-element-d3aa2f9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b257845 */.pn-box{
  margin:22px 0;
  font-family:Arial,sans-serif;
  color:#24323d;
}

.pn-box__top{
  text-align:center;
  padding:10px 10px 18px;
  margin-bottom:16px;
  border-bottom:1px solid #ece6dc;
}

.pn-box__badge{
  display:inline-flex;
  padding:6px 12px;
  border-radius:999px;
  background:#f6f1e8;
  border:1px solid #e5d8c3;
  font-size:12px;
  font-weight:700;
  color:#8b6334;
  margin-bottom:10px;
}

.pn-box__title{
  font-size:28px;
  color:#003f37;
  margin:0 0 8px;
  font-weight:800;
  line-height:1.15;
}

.pn-box__lead{
  max-width:720px;
  margin:0 auto 12px;
  font-size:15px;
  line-height:1.65;
  color:#46515b;
}

.pn-box__chips{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
}

.pn-box__chips span{
  padding:7px 12px;
  border-radius:999px;
  background:#faf7f1;
  border:1px solid #e5ddd0;
  font-size:12px;
  font-weight:600;
}

.pn-box__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.pn-card{
  border:1px solid #e9e2d7;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  display:flex;
  flex-direction:column;
}

.pn-card__media{
  background:#faf8f4;
  border-bottom:1px solid #eee6dc;
  padding:12px;
  text-align:center;
}

.pn-card__media img{
  width:100%;
  max-width:120px;
  height:120px;
  object-fit:contain;
  display:block;
  margin:0 auto;
}

.pn-card__body{
  padding:14px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.pn-card__title{
  font-size:20px;
  line-height:1.15;
  color:#003f37;
  margin:0 0 7px;
  font-weight:800;
}

.pn-card__tag{
  display:inline-block;
  width:max-content;
  padding:6px 10px;
  border-radius:999px;
  background:#f4efe8;
  font-size:12px;
  font-weight:700;
  margin-bottom:10px;
}

.pn-card__desc{
  font-size:13px;
  line-height:1.55;
  margin:0 0 12px;
  color:#4b4b4b;
}

.pn-card__uses{
  margin-top:auto;
  background:#faf7f1;
  padding:12px;
  border-radius:12px;
}

.pn-card__uses strong{
  display:block;
  margin-bottom:7px;
  font-size:13px;
}

.pn-card__uses ul{
  margin:0;
  padding-left:17px;
}

.pn-card__uses li{
  margin-bottom:5px;
  font-size:13px;
  line-height:1.45;
}

.pn-box__note{
  margin-top:16px;
  background:#f8f4ec;
  border-left:4px solid #c79f63;
  padding:14px 16px;
  border-radius:14px;
  font-size:14px;
  line-height:1.65;
}

@media(max-width:900px){
  .pn-box__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:560px){
  .pn-box__title{
    font-size:24px;
  }

  .pn-box__grid{
    grid-template-columns:1fr;
  }

  .pn-card__media img{
    max-width:130px;
    height:130px;
  }
}/* End custom CSS */