.bmc-container {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    height:fit-content;
    padding: .5rem 0;
    background:#010203;
}
.bmc-msg-item { 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bmc-msg-item, .bmc-msg-item p {
    color: #fff;
    margin-bottom: 0;
    
}

.bmc-msg-list {
    display: block;
    margin-bottom: 0;
    padding-top: 0px;
    position: static;
    width: 100%;
}