
.section--notices {
    margin: 0 0 100px 0;
}
.section--notices h2,
.section--notices h3 {
    font-weight: 700;
    color:var(--color-primary);
    text-transform: uppercase;
    font-size:clamp(18px, 3vw, 20px);
    line-height: 1.5;
}

.section--notices h2:not(:first-child),
.section--notices h3:not(:first-child) {
    margin: 25px 0 0 0;
}

.section--notices  p {
    font-size:18px;
    line-height: 1.5;
}
.section--notices  p a {
    color:var(--color-secondary);
    text-decoration: none;
}
.section--notices  p a:hover {
    text-decoration: underline;
}
.section--notices p:not(:first-child){
    margin:18px 0 0 0;
}
