.notice-item{
    background-color:rgba(255,255,255,.9);
    padding:1em;
    border-radius:10px;
    margin-bottom:1.24em;
}
.posted-date{
    display:flex;
    justify-content:flex-end;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}
.notice-img-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 200px;
}