.elementor-30372 .elementor-element.elementor-element-d3aa2f9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b257845 */.pn-box{
  max-width:980px;
  margin:24px auto;
  padding:20px;
  font-family:Arial,sans-serif;
  color:#24323d;
  background:#fff;
  border:1px solid #e8e1d7;
  border-radius:18px;
}

.pn-box__top{
  text-align:center;
  padding:6px 10px 18px;
  margin-bottom:18px;
  border-bottom:1px solid #eee7dc;
}

.pn-box__badge{
  display:inline-flex;
  padding:7px 13px;
  border-radius:999px;
  background:#f8f3ea;
  border:1px solid #e3d6c1;
  color:#7a5727;
  font-size:12px;
  font-weight:700;
  margin-bottom:10px;
}

.pn-box__title{
  margin:0 0 8px;
  font-size:28px;
  line-height:1.15;
  color:#003f37;
  font-weight:800;
}

.pn-box__lead{
  max-width:720px;
  margin:0 auto 14px;
  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{
  display:inline-flex;
  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(3,1fr);
  gap:16px;
}

.pn-card{
  border:1px solid #e8e1d7;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  display:flex;
  flex-direction:column;
  min-width:0;
  box-shadow:0 6px 18px rgba(0,0,0,.035);
}

.pn-card__media{
  height:155px;
  background:#faf8f4;
  border-bottom:1px solid #eee6dc;
  padding:12px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.pn-card__media img{
  width:auto;
  max-width:135px;
  max-height:130px;
  object-fit:contain;
  display:block;
}

.pn-card__body{
  padding:15px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.pn-card__title{
  font-size:19px;
  line-height:1.15;
  color:#003f37;
  margin:0 0 8px;
  font-weight:800;
}

.pn-card__tag{
  display:inline-flex;
  width:max-content;
  padding:6px 10px;
  border-radius:999px;
  background:#f4efe8;
  font-size:12px;
  font-weight:700;
  margin-bottom:11px;
}

.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-card:nth-child(4){
  grid-column:1 / 2;
}

.pn-card:nth-child(5){
  grid-column:2 / 3;
}

.pn-box__note{
  margin-top:18px;
  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{
    padding:16px;
  }

  .pn-box__grid{
    grid-template-columns:repeat(2,1fr);
  }

  .pn-card:nth-child(4),
  .pn-card:nth-child(5){
    grid-column:auto;
  }
}

@media(max-width:560px){
  .pn-box__title{
    font-size:24px;
  }

  .pn-box__grid{
    grid-template-columns:1fr;
  }

  .pn-card__media{
    height:150px;
  }

  .pn-card__media img{
    max-width:130px;
    max-height:125px;
  }
}/* End custom CSS */