div.notices {
    margin: 2rem 0;
    position: relative;
}

/* div.notices p:first-child:before {
    position: absolute;
    top: 2px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f06a";
    left: 10px;
}

div.notices.note p {
    border-top: 30px solid #6AB0DE;
    background: #E7F2FA;
} */

div.notices p {
    padding: 15px;
    display: block;
    font-size: 0.8em;
    margin-top: 0rem;
    margin-bottom: 0rem;
    color: #262626;
    border-radius: 10px;
    background: #E7F2FA;
}

div.notices p:first-child:after {
    position: absolute;
    top: 2px;
    color: #fff;
    left: 1rem;
}

div.content a,
div.content a {
    color: rgb(224, 156, 66);
}

div.notices a {
    color: rgb(22, 22, 22);
}