.cookieConsentContainer {

	z-index: 999;

	width: 350px;

	min-height: 20px;

	box-sizing: border-box;

	padding: 20px;

	background:#ffffff;

	overflow: hidden;

	position: fixed;

    bottom: 30px;

	right: 30px;
    border-radius: 0.4rem;
	display: none;

}
@media (max-width: 980px) {

	.cookieConsentContainer {

		bottom: 0px !important;

		left: 0px !important;

		width: 100%  !important;

	}

}
.ann_title{
	margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: rgb(0, 0, 0);

}