.info-section {
  background: linear-gradient(to bottom right, #e9fbe2, #f5fff0);
  border: 1px solid #9bcf63;
  border-radius: 16px;
  padding: 25px 30px;
  margin: 30px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.info-header {
  background: #429120;
  color: #fff;
  padding: 14px 24px;
  font-size: 1.2rem;
  border-radius: 10px;
  margin-bottom: 20px;
  display: inline-block;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
font-family: 'yg-jalnan';
    font-weight: normal;
    font-size: 20px;
}

.info-body p {
  font-size: 18px;
  color: #2e2e2e;
  margin: 10px 0;
  line-height: 1.8;
  padding-left: 10px;
}

.hunting-zone {
  background: #f4fdf0;
  border: 1px dashed #b3d98c;
  padding: 15px 20px;
  margin-top: 20px;
  border-radius: 10px;
}

.hunting-zone p {
  font-size: 17px;
  margin: 6px 0;
}

.support-row {
  display: flex;
  gap: 20px;
  justify-content: start1;
  flex-wrap: wrap;
  margin-top: 10px;
}

.support-card.green {
  background: #f4fdf0;
  border: 1px solid #a5d682;
  border-radius: 14px;
  width: 350px;
  box-shadow: 0 2px 8px rgba(67, 145, 32, 0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.2s ease;
}

.support-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 10px;
}

.support-img-wrapper img {
  width: 128px;
  height: 128px;
  border-radius: 16px;
  object-fit: cover;
}

.support-info {
  padding: 15px 20px 25px;
}

.support-info h3 {
 font-size: 1.15rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.support-info p {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 15px;
}

.support-btn.green {
  display: inline-block;
  background: linear-gradient(to right, #6fbf44, #8dcf5f);
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.support-info a {
    display: inline-block;
  background: linear-gradient(to right, #6fbf44, #8dcf5f);
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  }

.support-btn.green:hover,
 .support-info a:hover {
  background: linear-gradient(to right, #8dcf5f, #6fbf44);
}