/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2025 | 10:14:02 */
.card {
  max-width: 400px;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
  background: #f9f9f9;
  border-radius: 8px;
}

.card img {
  width: 200px;
  margin-bottom: 15px;
}

.card h3 {
  font-size: 1.5rem;
  color: #439400;
  margin: 10px 0;
}

.card p {
  margin: 8px 0;
  color: #666;
}

.card p:last-child {
  text-align: left;
  margin-top: 20px;
  color: #333;
}
