/* 문의 페이지 스타일 */
.content h2 {
  margin-top: 2rem;
}

.content p {
  line-height: 1.6;
}

.content a:hover {
  text-decoration: underline;
}
