.cc-container{
    width:100%;
    background-color: rgba(0,0,0,.8);
}
.cc-box{
    width: 1320px;
    background: none;
    color: #fff;
    margin:0 auto;
    padding:16px 0;
}
.cc-title{
    display: none;
}
.cc-section-landing{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.cc-content{
    padding:0;
    width: 80%;
    min-height: auto;
}
.cc-content a{
    color: #fff!important;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.cc-buttons{
    margin-top:0;
}
.cc-btn-settings{
    display: none;
}
.cc-btn-reject{
    display: none;
}
.cc-btn-accept{
    padding: 11px 52px;
    border-radius: 20px;
    background: var(--blue);
    color: #fff;
    margin-left:0;
}
.cc-btn-accept:hover{
    background: var(--blue_hover);
}
@media screen and (max-width: 1600px) {
    .cc-box{
        width: 1280px;
    }
}
@media screen and (max-width: 1440px) {
    .cc-box{
        width: 80%;
    }
}
@media screen and (max-width: 1440px) {
    .cc-box{
        width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .cc-box{
        padding:16px 0 30px;
    }
    .cc-content{
        width: 100%;
        font-size: 12px;
    }
    .cc-buttons{
        width: 100%;
    }
    .cc-btn-accept{
        padding: 8px 0;
        font-size: 12px;
        margin-top:20px;
        width: 100%;
        display: block;
        text-align: center;
    }
}