.PrivacyContent {
    height: 100%;
    width: 60%;
    margin-top: 17%;
    margin-bottom: 7%;
    margin-left: 20%;
    margin-right: 20%;
}
.PrivacyContent h1 {
    position: relative;
    color: #003B4D;
    font-family: "Obvia Narrow", sans-serif;
    font-weight: 600;
    font-size: 43px;
    top: 20px;
    line-height: 48px;
    margin-bottom: 75px;
    text-align: center;
}
.PrivacyContent h5 {
    position: relative;
    color: #003B4D;
    font-family: "Obvia Narrow", sans-serif;
    font-size: 20px;
    top: 20px;
    line-height: 30px;
    margin-bottom: 40px;
}
.PrivacyContent p {
    position: relative;
    color: #828282;
    font-family: "Obvia Narrow", sans-serif;
    font-size: 16px;
}
.PrivacyContent p span {
    position: relative;
    font-weight: 600;
    font-family: "Obvia Narrow", sans-serif;
    font-size: 20px;
    line-height: 35px;
}