#CookieBox h2,
#CookieBox .h2,
#CookieBox .cookie-title {
    color:#333333;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
}

#CookieBox h2,
#CookieBox .h2,
#CookieBox .cookie-title {
    text-align: center;
    font-weight: normal;
    font-size:1.6rem;
}

@media only screen and (min-width: 1000px) {
	#CookieBox h2,
    #CookieBox .h2,
    #CookieBox .cookie-title {
		font-size: 1.4rem;
	}

}

@media only screen and (min-width: 320px) and (max-width: 549px) {
	#CookieBox h2,
    #CookieBox .h2,
    #CookieBox .cookie-title{
		font-size: 1.0rem; 
		margin-bottom: 0px;
        margin-top: 0px;
	}
}

@media only screen and (max-width: 319px) {
	#CookieBox h2, 
    #CookieBox .h2, 
    #CookieBox .cookie-title{
		font-size: 1.2rem; 
	}
}

#CookieBox .category h3,
#CookieBox .category .h3 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-family: "Nexa Extra Bold", sans-serif;
    font-weight: 700;
}


#CookieBox .cookie-info td,
#CookieBox .cookie-info th {
    font-size: 0.9rem;
}
#CookieBox .arrow.down,#CookieBox .arrow.up{z-index:-1}