.scrolling .brxe-section .top-bar { margin-top:-55px; transition: all ease-in 300ms; } .brxe-section .top-bar { margin-top:0px; transition: all ease-in 300ms;} #brx-header.brx-sticky.on-scroll { position:fixed; } .scrolling .white-logo { display:none; } .scrolling .dark-logo { display:block !important; } .scrolling .color-toogle-mob { color:#000 !important; }  .disclaimer { background-color: var(--primary-color); padding: 21px; } .disclaimer p { color:#fff; font-family: "Cormorant Infant"; font-size:24px; line-height: 1.4; text-align: center; font-weight: 600; } @media (max-width: 600px) { .disclaimer p { font-size:18px; line-height: 1.3; } }