.cookies-policy-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 20px;
}

h1 {
    font-size: 35px;
    font-family: 'Aller Std 1', -apple-system, system-ui;
    color: #59021b;
}

p {
    font-size: 25px;
    font-family: 'Aller Std 1', -apple-system, system-ui;
    color: #59021b;
}

a {
    font-size: 25px;
    font-family: 'Aller Std 1', -apple-system, system-ui;
    color: #59021b;
}