.elementor-30346 .elementor-element.elementor-element-d3aa2f9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b257845 */.ap-it{
  font-family:Arial,sans-serif;
  color:#24323d;
  margin:20px 0;
}

.ap-it__wrap{
  max-width:900px;
  margin:0 auto;
  padding:18px;
  background:#fff;
  border:1px solid #e7e1d8;
  border-radius:18px;
}

.ap-it__lead{
  font-size:15px;
  line-height:1.7;
  margin:0 0 14px;
}

.ap-it__bullets{
  margin:0 0 14px 18px;
  padding:0;
}

.ap-it__bullets li{
  font-size:14px;
  line-height:1.55;
  margin-bottom:6px;
}

.ap-it__chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 16px;
}

.ap-it__chips span{
  display:inline-flex;
  padding:7px 12px;
  border:1px solid #ded8cc;
  border-radius:999px;
  background:#faf7f1;
  font-size:12px;
  font-weight:600;
}

.ap-it__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.ap-it__card{
  border:1px solid #e8e1d7;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
}

.ap-it__imgbox{
  height:180px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#faf8f4;
  border-bottom:1px solid #eee7dc;
  padding:12px;
}

.ap-it__imgbox img{
  max-width:145px;
  max-height:155px;
  object-fit:contain;
  display:block;
}

.ap-it__body{
  padding:15px;
}

.ap-it__body h3{
  font-size:19px;
  line-height:1.15;
  margin:0 0 8px;
  color:#003f37;
  font-weight:800;
}

.ap-it__tag{
  display:inline-block;
  padding:6px 10px;
  background:#f3efe8;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  margin-bottom:12px;
}

.ap-it__body p{
  font-size:14px;
  line-height:1.55;
  margin:0 0 12px;
}

.ap-it__uses{
  background:#faf7f1;
  border-radius:13px;
  padding:12px;
}

.ap-it__uses strong{
  display:block;
  font-size:14px;
  margin-bottom:7px;
}

.ap-it__uses ul{
  margin:0;
  padding-left:18px;
}

.ap-it__uses li{
  font-size:13px;
  line-height:1.45;
  margin-bottom:5px;
}

.ap-it__note{
  margin-top:16px;
  padding:14px 16px;
  background:#f8f4ec;
  border-left:4px solid #c7a15a;
  border-radius:13px;
  font-size:14px;
  line-height:1.65;
}

@media(max-width:800px){
  .ap-it__grid{
    grid-template-columns:1fr;
  }

  .ap-it__imgbox{
    height:165px;
  }

  .ap-it__body h3{
    font-size:18px;
  }
}/* End custom CSS */