.header-message {
    z-index: 10170000;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px 45px;
    color: #721c24;
    background-color: white;
    text-align: center;
    width: 100%;
    border-top: 2px solid black;
}

.header-message__inner {
    padding: 0 100px 0 0 !important;
}

.header-message__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 120px;
    height: 32px;
    background: #FD9112;
    border-radius: 3px;
    color: white;
}