/* Start custom CSS for html, class: .elementor-element-f4944c3 */.grid-alimentacion {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.grid-alimentacion .item {
  border: 1px solid #6f1e7a;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.grid-alimentacion img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.grid-alimentacion h2 {
  font-size: 18px;
  margin-bottom: 8px;
}

.grid-alimentacion p {
  font-size: 14px;
  margin-bottom: 12px;
}

.grid-alimentacion .btn {
  display: inline-block;
  padding: 8px 14px;
  background: #6f1e7a;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}/* End custom CSS */