.privacy-policy-container {
    color: white;
    padding: 0 25%;
}

.privacy-policy-container p {
    color: #a9a9ac;
}

.back-container {
    height: 140px;
    display: flex;
    align-items: center;
}

.back-icon {
    height: 25px;
    width: 25px;
    margin-right: 10px;
    background-repeat: no-repeat;
    margin-bottom: 4px;
}

.back-text {
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 600;
}

.logo-container {
    position: absolute;
    width: 95px;
    left: calc(50% - 45px);
    top: 15px;
}

.logo-icon {
    background-repeat: no-repeat;
}

.privacy-title {
    font-size: 44px;
    font-weight: 600;
}

h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}

a {
    word-break: break-word;
}

a:hover {
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .privacy-policy-container {
        color: white;
        padding: 0 17%;
    }
    .back-container {
        height: 100px;
        display: flex;
        align-items: center;
    }
    .privacy-title {
        font-size: 34px;
        color: white;
    }
    h2 {
        font-size: 26px;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 25px 0;
    }
    .logo-container {
        width: 75px;
        right: 17vw;
        left: auto;
    }
    .privacy-title {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .privacy-policy-container {
        padding: 0px 20px;
    }
    .privacy-policy-container p {
        font-size: 16px;
    }
    .privacy-title {
        font-size: 25px;
        color: white;
        margin-bottom: 25px
    }
    h2 {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0px;
        margin: 25px 0;
    }
    .back-container {
        height: 90px;
    }
    .back-icon {
        margin-right: 5px;
    }
    .back-text {
        font-size: 16px;
        letter-spacing: 0px;
    }
    .logo-container {
        width: 55px;
        right: 20px;
        left: auto;
        top: 3vh;
    }
    .privacy-title {
        margin-top: 0;
    }
}