section img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
}
figure.image {
  display: table;
  margin: 20px auto;
}
figure.image img {
  max-width: 100%;
  height: auto;
}
p, ul, li {
  text-align: justify;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  font-family: "DFKai-SB", "標楷體", serif;
  font-size: 20px;
  line-height: 1.4;
}
.image-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.image-row img {
  width: 300px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.image-row img:hover {
  transform: scale(1.05);
}
.contact-info {
  max-width: 600px;
  margin: 0 auto 30px auto;
  text-align: left;
  background: #f2f2f2;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.contact-info h2 {
  color: #800000;
  text-align: center;
}
.contact-info p {
  margin: 10px 0;
  text-align: left;
}
.map {
  max-width: 800px;
  margin: 0 auto;
}
.map iframe {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 8px;
}
