/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 09 2025 | 06:18:54 */
.grid-column {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  box-sizing: border-box;
}

.column {
  display: inline-block;
  padding: 10px 100px;
	border: 1px solid #127c6f;
}

.column img {
  display: block;
  max-width: 100%;
  height: auto;
}

.column h4 {
  text-align: center;
}

.column p {
  width: 0;
  min-width: 100%;
  margin: 0;
}

