.de_iv_adv {
    max-width: 1300px;
    height: auto;
    background: #ababab;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    position: relative;
}

.de_text {
    max-width: 1300px;
    margin: auto;
    text-align: center;
    background: #ababab;
    color: black;
    font-size: 13px;
    padding: 3px 0px;
    text-transform: uppercase;
    font-weight: bold;
}


.postionFixed {
    width: 100%;
    height: auto;
    min-height: 60px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F8F8F8;
    bottom: 0;
    z-index: 9999;
}

@media screen and (max-width:960px) {}