.consent-banner{background:var(--color-3);position:fixed;z-index:1000;display:flex;flex-direction:row;text-align:center;right:20px;bottom:20px;color:var(--color-8);border-radius:10px;align-items:center;border:0px solid;opacity:0;animation:fromBottom 1s cubic-bezier(0,0,0,1.2) 1s forwards;}
.consent-banner .sectionOne{display:flex;align-items:center;}
.consent-banner .sectionTwo{display:flex;margin-right:10px;}
.consent-banner .sectionTwo .button{width: 100px;!important;margin:5px;min-width: auto;}
.consent-banner .sectionTwo .button:nth-child(2){margin-right:15px;filter: grayscale(1);opacity: .2;box-shadow: none;top: 0px;}
.consent-banner p{max-width:280px;text-align:left;}
.consent-banner img {height:40px;margin-left:10px;}
@media only screen and (max-width:820px){
.consent-banner{flex-direction:column;padding:5px 0;width:calc(100% - 40px);bottom:50px;}
.consent-banner p{max-width:100%;}
}