.block.notification{
    background: #103246;
    left: 0;
    overflow: hidden;
    padding: 5px 0;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 1;
}

.block.notification .inner{
    color: #FFF;
    display: flex;
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
}

.block.notification p {
    font-size: 15px;
    line-height: 0;
    margin: auto 0;
    padding: 0;
}

.block.notification .inner .button{
    margin: 0 0 0 25px;
}


@media screen and (max-width: 1160px){
    .block.notification{
        top: 60px;
    }
    
    .block.notification p {
        font-size: 14px;
    }


}
