main.cookie-info-headline {
  font-size: 50px;
}

main ul {
  list-style: none;
  padding: 0 0 0 1rem;
  margin: 0 0 1rem;
}
main ul li {
  position: relative;
  padding-left: 12px;
}
main ul li:before {
  content: "\203A";
  font-weight: 400;
  color: var(--cookie-grey-color);
  font-size: 1.5rem;
  line-height: 1em;
  position: absolute;
  top: -3px;
  left: 0;
}
main section.cookie_section {
  padding: 2rem 0;
  position: relative;
}
main section.cookie_section h3 {
  height: 47px;
  line-height: 47px;
  font-size: 40px;
  margin-bottom: 15px;
}
