.info-page {
  margin: 0;
}

.info-container {
  max-width: 980px;
  margin: 32px auto;
  padding: 0 18px;
}

.info-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03);
}

.info-head {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f1f1f1;
}

.info-head h1 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.2;
  color: #1e3a5f;
}

.info-head p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

.info-section {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #f3f3f3;
}

.info-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.info-section h2 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.35;
  color: #1e3a5f;
}

.info-section p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #444;
}

.info-section a {
  color: #1e3a5f;
  text-decoration: none;
}

.info-section a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .info-container {
    margin: 24px auto;
    padding: 0 14px;
  }

  .info-card {
    padding: 18px;
  }

  .info-head h1 {
    font-size: 24px;
  }

  .info-section h2 {
    font-size: 16px;
  }

  .info-section p,
  .info-head p {
    font-size: 13px;
  }
}