.notice-section {
    padding-top: 42px;
    padding-bottom: 42px;
}

.notice-card {
    max-width: 820px;
    padding: 4px 0 4px 24px;
    border-left: 4px solid #d52d26;
}

.notice-card h2 {
    margin: 0 0 10px;
    color: #1a1a1a;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    line-height: 1.2;
}

.notice-card p {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

.notice-card a {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 768px) {
    .notice-card {
        padding-left: 18px;
    }
}
