.notice-card { background:var(--green-pale); border:1.5px solid var(--green-deep); border-radius:8px; padding:40px 44px; max-width:900px; margin:0 auto 80px; display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
.notice-title { font-family:'Cormorant Garamond',serif; font-size:1.8rem; font-weight:700; color:var(--green-dark); margin-bottom:12px; }
.notice-text { font-size:0.95rem; color:var(--text-mid); font-weight:300; line-height:1.8; }