@media screen and (min-width:480px) {

.cookies-notice .cookies-notice-cont {
    flex-direction: row;
}
.cookies-notice a.btn {
    min-height: none;
    padding: 0px;
    font-size: 16px;
    line-height: 16px;
    background: none;
    color: #0E1214;
    border: none;
    width: auto;
}
.cookies-notice a.btn:hover {
    background: none;
    border-color: transparent;
    color: #87A7B7;
}

}