@import url("reset.css");

.container *{
    word-break: keep-all;
}
.container a:link {
    text-decoration: underline !important;
    font: normal normal 300 16px/20px Montserrat;
}
.container h1{
    font: normal normal 300 32px/48px Montserrat !important;
}
.container h2{
    font: normal normal 300 20px/24px Montserrat !important;
}
.container p{
    font: normal normal 300 16px/24px Montserrat;
}
.container strong{
    font-style: italic;
    font-weight: 500;
}

.privacy-section{
    width: 100%;
    height:auto;
    overflow: auto;
}
.wrap{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.privacy-policy{
    margin-top: 20%;
    width: 70%;
    height: auto;
    padding-bottom: 10%;
}
.seperator{
    height: 1px;
    border-top: 1px dashed #707070;
}
.policy-intro p{
    font: normal normal 300 16px/20px Montserrat;
}