.section-about__desc .button {
	z-index: 2;
}

#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 200;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

#cookie-banner.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cookie-banner .cookie-banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 545px;
  padding: 30px;
  background: rgba(194, 194, 217, 0.7);
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1199.98px) {
  #cookie-banner .cookie-banner-container {
    max-width: 460px;
    gap: 15px;
    padding: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  #cookie-banner .cookie-banner-container {
    gap: 20px;
  }
}
@media only screen and (max-width: 359.98px) {
  #cookie-banner .cookie-banner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#cookie-banner .cookie-banner-container span {
  /*color: white;*/
  font-size: 14px;
  line-height: 16.1px;
  letter-spacing: 0;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media only screen and (max-width: 1199.98px) {
  #cookie-banner .cookie-banner-container span {
    font-size: 12px;
    line-height: 13.8px;
  }
}
@media only screen and (max-width: 767.98px) {
  #cookie-banner .cookie-banner-container span {
    font-size: 14px;
    line-height: 16.1px;
  }
}
#cookie-banner .cookie-banner-container span a {
  color: inherit;
  text-decoration: underline;
}

@media only screen and (max-width: 359.98px) {
  #cookie-banner .cookie-banner-container .button {
    width: 100%;
    max-width: 250px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 991.98px) {
  .footer__link {
    flex-direction: column;
    gap: 10px;
    max-width: 50%;
  }
  .footer .col:nth-child(4) {
    margin-top: 50px;
  }
}
.remark-blue {
	margin-top: 24px;
	color: #4C66F3;
	font-size: 20px;

}
@media only screen and (max-width: 1199.98px) {
	.remark-blue {
		font-size: 14px;
	}
}
.text-blue {
	color: #4C66F3;
}

@media only screen and (max-width: 767.98px) {
	.section-case .filter .content-items {
		margin-top: 50px;
	}
	.case {
		margin-bottom: 80px;
	}
}