.section-policy {
    background-color: #17202A;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 35px;
}

.section-contact {
    background-color: #17202A;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-size: 35px;
}

.section-contact p{
    width: 80%;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}


.privacy-policy {
    width: 60%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.privacy-policy p {
    line-height: 30px;
    margin-top: 20px;

}