.elementor-29917 .elementor-element.elementor-element-d3aa2f9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b257845 */.sf-pack{
  font-family:Arial,sans-serif;
  color:#344054;
  margin:20px 0;
}

.sf-pack__wrap{
  max-width:895px;
  margin:0 auto;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:18px 16px;
  box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.sf-pack__intro{
  text-align:left;
  margin-bottom:16px;
}

.sf-pack__title{
  display:none;
}

.sf-pack__subtitle{
  display:none;
}

.sf-pack__bullets{
  margin:0 0 14px 18px;
  padding:0;
}

.sf-pack__bullets li{
  font-size:14px;
  line-height:1.6;
  margin-bottom:8px;
}

.sf-pack__quick{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:14px;
}

.sf-chip{
  font-size:12px;
  padding:6px 11px;
  border:1px solid #d9dee7;
  border-radius:999px;
  background:#fff;
  color:#111;
}

.sf-pack__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.sf-card{
  border:1px solid #e1e5ec;
  border-radius:14px;
  background:#fff;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

.sf-card__media{
  height:205px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  padding:12px;
  border-bottom:1px solid #eef0f4;
}

.sf-card__img{
  max-width:125px;
  max-height:175px;
  object-fit:contain;
  display:block;
}

.sf-card__body{
  padding:16px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.sf-card__title{
  font-size:20px;
  line-height:1.15;
  color:#06483f;
  margin:0 0 8px;
  font-weight:800;
}

.sf-card__tag{
  display:inline-block;
  width:max-content;
  max-width:100%;
  background:#f3f1ed;
  border-radius:999px;
  padding:6px 10px;
  font-size:12px;
  font-weight:700;
  margin-bottom:12px;
}

.sf-card__desc{
  font-size:14px;
  line-height:1.65;
  color:#344054;
  margin:0 0 14px;
}

.sf-card__uses{
  margin-top:auto;
  background:#f8f6f1;
  border-radius:14px;
  padding:12px 14px;
}

.sf-card__uses-title{
  font-size:14px;
  font-weight:800;
  color:#111;
  margin-bottom:8px;
}

.sf-card__list{
  margin:0;
  padding-left:18px;
}

.sf-card__list li{
  font-size:13px;
  line-height:1.5;
  margin-bottom:6px;
}

.sf-pack__note{
  margin-top:16px;
  background:#f8f6f1;
  border-left:4px solid #b89a45;
  border-radius:14px;
  padding:14px 16px;
  font-size:14px;
  line-height:1.7;
}

@media(max-width:900px){
  .sf-pack__grid{
    grid-template-columns:1fr;
  }

  .sf-pack__wrap{
    border-radius:14px;
  }

  .sf-card{
    flex-direction:row;
  }

  .sf-card__media{
    width:34%;
    min-width:120px;
    height:auto;
    border-bottom:0;
    border-right:1px solid #eef0f4;
  }

  .sf-card__img{
    max-width:90px;
    max-height:145px;
  }

  .sf-card__title{
    font-size:18px;
  }
}

@media(max-width:520px){
  .sf-card{
    flex-direction:column;
  }

  .sf-card__media{
    width:100%;
    height:190px;
    border-right:0;
    border-bottom:1px solid #eef0f4;
  }

  .sf-card__img{
    max-width:115px;
    max-height:165px;
  }
}/* End custom CSS */