.policy_container {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0rem;
    z-index: 1006;
    background-color: #a50a9c;
    background-color: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    padding: 10px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-content: center;
    border-radius: 8px;
}
.link-cookie {
    line-height: inherit;
    color: #EDBF2E;
    text-decoration: none;
    cursor: pointer;
}

.btn {
    cursor: pointer;
    background-color: transparent;
    color: #3498db;
    font-size: 1.5em;
    float: right;
    line-height: 0;
}

@media only screen and (max-width: 1024px){
    .policy_container {
        height: 100px!important;
    }
}
