#oca_alert {
    color: white;
    background-color: #ac1e2c;
}
#oca_alert i {
    margin: 0 10px 0 0;
    font-size: 3.8em;
    vertical-align: middle;
}
#oca_alert span, #oca_alert p {
    font-size: 1.4em;
}
#oca_alert span {
    font-weight: 600;
    line-height: 1em;
}
#oca_alert .alert-heading {
    font-weight: 600;
    padding: 20px 0 10px 0;
    line-height: 2.4em;
}

.alert-heading > span {
    padding: 0 5px;
}

#oca_alert p{
    color: white;
    font-size: 1em;
    margin: 0;
    padding-bottom:20px;
}
#oca_alert a {
    color: white;
    font-weight: 600;
}
@media screen and (max-width: 979px) {
    #oca_alert {
        margin-right: -20px;
        margin-left: -20px;
        padding-right: 20px;
        padding-left: 20px;
    }
}