/* Cookie page css start */

.cookie-page .heroBannerinner {
  position: relative;
  padding-top: 90px;
  max-width: 1920px;
  margin: auto;
}

.cookie-page .heroBannerinner .bannerContent {
  text-align: center;
  position: absolute;
  align-self: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  font-weight: 600;
}

.cookie-page .bannerContent .bannercontentBig {
  font-size: 80px;
  line-height: 110px;
  color: #ffffff;
}

.cookie-page a {
  text-decoration: none;
}

.cookie-page .container .break-text li {
  word-break: break-all;
}

@media (max-width: 768px) {
  .cookie-page .bannerContent .bannercontentBig {
    font-size: 26px;
    line-height: 48px;
  }

  .cookie-page .heroBannerinner {
    padding-top: 65px;
  }
}

.cookie-page h4,
p,
b,
li,
a {
  font-size: 22px;
}

@media (max-width: 999px) {
  .cookie-page h4,
  p,
  b,
  li,
  a {
    font-size: 18px;
  }
}
/* Cookie page css end */

/* Privacy page css start */

.privacy-page .heroBannerinner {
  position: relative;
  padding-top: 90px;
  max-width: 1920px;
  margin: auto;
}

.privacy-page .heroBannerinner .bannerContent {
  text-align: center;
  position: absolute;
  align-self: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  font-weight: 600;
}

.privacy-page .bannerContent .bannercontentBig {
  font-size: 80px;
  line-height: 110px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .privacy-page .bannerContent .bannercontentBig {
    font-size: 26px;
    line-height: 48px;
  }

  .privacy-page .heroBannerinner {
    padding-top: 65px;
  }
}

.privacy-page h4,
p,
b,
li {
  font-size: 22px;
}

@media (max-width: 999px) {
  .privacy-page h4,
  p,
  b,
  li {
    font-size: 18px;
  }
}
/* Privacy page css end */
