.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
    background-color: #FFF3E7;
    border-top: 2px solid #F77F00;
}

@media (min-width: 768px) {
    .responsive-logo-text {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .responsive-logo-text {
        font-size: 14px;
    }
    .responsive-logo-text-second{
        display: none;
    }
}
