#block-alert section {
    padding: 14px !important;
}
#block-alert section * {
    text-align:center;
    color:#000 !important;
    font-size:0.9rem;
}
#block-alert section p {
    margin:0!important;
}
#block-alert section a {
    text-align:center!important;
    font-weight:bold;
    text-decoration:underline;
}
#block-alert section p:before {
    content: "\f57d\0020";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    text-decoration:none;
    margin-right:3px;
}