.elementor-31788 .elementor-element.elementor-element-d3aa2f9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b257845 */.std-pack{
  max-width:1180px;
  margin:30px auto;
  padding:24px;
  font-family:Arial,sans-serif;
  background:#fff;
  color:#25322d;
}

.std-pack__hero{
  text-align:center;
  padding:28px;
  border:1px solid #eadfd1;
  border-radius:20px;
  background:#fffdf8;
}

.std-pack__hero span{
  display:inline-block;
  padding:7px 18px;
  background:#667b58;
  color:#fff;
  border-radius:5px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  font-size:12px;
  font-weight:700;
  margin-bottom:14px;
}

.std-pack__hero h2{
  margin:0 0 10px;
  font-size:32px;
  line-height:1.15;
  color:#12351d;
  font-weight:800;
}

.std-pack__hero p{
  max-width:780px;
  margin:0 auto;
  font-size:16px;
  line-height:1.6;
  color:#3d3d3d;
}

.std-pack__benefits{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:24px;
  padding-top:22px;
  border-top:1px solid #eadfd1;
  text-align:left;
}

.std-pack__benefits div{
  padding:10px 14px;
  border-left:1px solid #eadfd1;
}

.std-pack__benefits div:first-child{
  border-left:0;
}

.std-pack__benefits strong{
  display:block;
  font-size:13px;
  text-transform:uppercase;
  margin-bottom:6px;
  color:#233126;
}

.std-pack__benefits p{
  margin:0;
  font-size:13px;
  line-height:1.5;
  color:#555;
}

.std-pack__products{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:28px 0;
}

.std-product{
  border:1px solid #eadfd1;
  border-radius:18px;
  background:#fffdf9;
  overflow:hidden;
  padding-bottom:16px;
  text-align:center;
}

.std-product__img{
  height:190px;
  padding:18px;
  background:#faf8f4;
  border-bottom:1px solid #eadfd1;
  display:flex;
  align-items:center;
  justify-content:center;
}

.std-product__img img{
  max-width:100%;
  max-height:155px;
  object-fit:contain;
  display:block;
}

.std-product h3{
  margin:16px 18px 8px;
  font-size:20px;
  line-height:1.2;
  color:#003f37;
  font-weight:800;
}

.std-product p{
  margin:0 18px;
  font-size:14px;
  line-height:1.55;
  color:#4c4c4c;
}

.std-pack__bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding:22px 28px;
  border:1px solid #e5dccd;
  border-radius:18px;
  background:#fffdf8;
}

.std-pack__bottom strong{
  font-size:20px;
  color:#1d2b24;
}

.std-pack__bottom p{
  margin:8px 0 0;
  font-size:14px;
  line-height:1.6;
  color:#555;
}

.std-pack__icons{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.std-pack__icons span{
  padding:9px 14px;
  border-radius:999px;
  background:#f5f2e9;
  border:1px solid #ddd4c2;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}

@media(max-width:900px){
  .std-pack__benefits{
    grid-template-columns:repeat(2,1fr);
  }

  .std-pack__benefits div{
    border-left:0;
  }

  .std-pack__products{
    grid-template-columns:repeat(2,1fr);
  }

  .std-pack__bottom{
    flex-direction:column;
    text-align:center;
  }

  .std-pack__icons{
    justify-content:center;
  }
}

@media(max-width:560px){
  .std-pack{
    padding:14px;
  }

  .std-pack__hero{
    padding:22px 16px;
  }

  .std-pack__hero h2{
    font-size:25px;
  }

  .std-pack__hero p{
    font-size:14px;
  }

  .std-pack__benefits,
  .std-pack__products{
    grid-template-columns:1fr;
  }

  .std-product__img{
    height:165px;
  }

  .std-product__img img{
    max-height:135px;
  }
}/* End custom CSS */