#container-cookie {
    max-width: 1200px;
    margin: 4% auto;
    padding: 40px;
    background: #fff;

    font-size: 16px;
    line-height: 1.6;
    border-radius: 10px;

}

#container-cookie h1 {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 25px;
    line-height: 38px;
    /* identical to box height */
    text-align: center;
    letter-spacing: -0.01em;
    color: #212427;
    margin-top: 70px;
    margin-bottom: 1rem;
}

#container-cookie   h2{
    /* margin-top: 30px; */
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 31px;
    text-align: center;
    color: #001345;
    margin-bottom: 1rem;
}

#container-cookie h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 31px;
    /* identical to box height, or 148% */
    color: #001345;

}

#container-cookie p {
    font-size: 16px;
    font-weight: 500;
    color: #001345;
    text-align: left;
    justify-content: left;
    line-height: 2;

}