
.page{
    padding-top:clamp(50px, 15vw, 200px);
}

.section--notices {
    margin-bottom:88px;
}
.section--notices .grid--notices{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:50px 0;
    margin: 88px 0 0 0;
}

.section--notices .card--notices{
    width: 100%;
}
.section--notices .card--notices .card__title{
    font-size: clamp(24px, 2.5vw, 32px);
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 12px 0;
    width: 100%;
    text-align: center;
}
.section--notices .card--notices .card__content{
    font-size: clamp(16px, 2.5vw, 18px);
    line-height: 1.5;
    font-weight: 300;
    width: 100%;
    text-align: center;
}

.section--notices .card--notices .card__content a {
    color:var(--color-blue);
}
