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

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

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

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

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

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