.cookie-policy-page section{
  border-bottom:1px solid var(--border-separator);
}

.cp-intro__text{
  max-width:720px;
  margin-inline:auto;
  text-align:center;
}

.cp-definition__content{
  max-width:760px;
  margin-inline:auto;
}

.cp-types__wrapper{
  max-width:800px;
  margin-inline:auto;
  display:flex;
  flex-direction:column;
  gap:var(--space-4);
}

.cp-type-block{
  border-top:1px solid var(--border-separator);
  padding-top:var(--space-3);
}

.cp-purpose__content{
  max-width:720px;
  margin-inline:auto;
}

.cp-management__content{
  max-width:760px;
}

.cp-closing__text{
  max-width:680px;
  margin-inline:auto;
  text-align:center;
}

.cookie-policy-page p{
  line-height:1.7;
}

@media (max-width:768px){
  .cp-management__content{
    max-width:100%;
  }
}