.elementor-36413 .elementor-element.elementor-element-47978e8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-39b3b3c */.jalapeno-trilogy{
  max-width:1100px;
  margin:30px auto;
  padding:26px;
  border:1px solid #ddd5cc;
  border-radius:18px;
  font-family:Arial,sans-serif;
  color:#252525;
  box-sizing:border-box;
}

.jt-head{
  text-align:center;
  padding:26px 20px;
  margin-bottom:20px;
  background:#f7f5f0;
  border-radius:14px;
}

.jt-head span{
  display:inline-block;
  padding:7px 14px;
  border-radius:30px;
  background:#202020;
  color:#fff;
  font-size:12px;
  font-weight:700;
}

.jt-head h2{
  margin:12px 0 8px;
  font-size:26px;
  color:#1c1c1c;
}

.jt-head p{
  max-width:700px;
  margin:auto;
  line-height:1.55;
}

.jt-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.jt-card{
  overflow:hidden;
  border:1px solid #ddd;
  border-radius:15px;
  background:#fff;
  text-decoration:none;
  color:inherit;
  transition:.25s ease;
}

.jt-card:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.jt-card img{
  display:block;
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
}

.jt-info{
  padding:18px;
}

.jt-info span{
  display:inline-block;
  padding:6px 10px;
  border-radius:20px;
  font-size:11px;
  font-weight:700;
}

.jt-info h3{
  margin:12px 0 8px;
  font-size:19px;
}

.jt-info p{
  margin:0;
  font-size:14px;
  line-height:1.55;
}

.lime .jt-info span{
  background:#edf5df;
  color:#527520;
}

.fire .jt-info span{
  background:#fae4df;
  color:#aa2818;
}

.smoke .jt-info span{
  background:#eee5df;
  color:#81351f;
}

.jt-bottom{
  margin-top:20px;
  padding:17px 20px;
  background:#f7f5f0;
  border-left:4px solid #698d2e;
  border-radius:12px;
  text-align:center;
}

@media(max-width:700px){

  .jalapeno-trilogy{
    padding:14px;
    margin:20px 0;
  }

  .jt-grid{
    grid-template-columns:1fr;
  }

  .jt-head h2{
    font-size:22px;
  }

  .jt-card img{
    aspect-ratio:1/1;
  }
}/* End custom CSS */