.abz_top_reassurance {
    font-size: 12px
}
.abz_top_reassurance {
    padding: 10px;
    overflow: hidden;
    background: #fff;
    color: #000;
}
.abz_top_reassurance p {
    margin: 0;
}
.abz_top_reassurance a {
    color: #000 !important;
}
.cta-close-topreassurance {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    z-index: 2;
    color: #000;
    text-align: center;
    padding-top: 5px;
    /* border: 1px solid #1b448c; */
}
@media screen and (max-width: 990px) {
    .abz_top_reassurance {
        
        z-index: 9999999;
    }
    .abz_top_reassurance {
        
        overflow: hidden;
    }
   
    .center_column {
       /* margin-top: 90px;*/
    }
}