.cookies-content {
    max-width: 1000px;      
    margin: 40px auto;               
    line-height: 1.7;
    color: #000;
    padding: 40px 20px;
    background: #fafafa;
    border-radius: 6px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
   
}

.cookies-content h1,
.cookies-content h2,
.cookies-content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #6b3e26;
    border-left:4px solid #6b3e26;
    padding-left:15px;
}


.cookies-content p {
    margin-bottom: 16px;
}


.cookies-content ul,
.cookies-content ol {
    margin: 12px 0 16px 25px;
}


.cookies-content a {
    color:#6b3e26;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cookies-content a:hover {
    text-decoration: underline;
}


@media (max-width: 768px) {

.about-container h1,.about-container h2,
.about-container h3{
  font-size:25px;
  line-height:32px;
}

}