.privacy {
    padding-right: 32px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: calc(100% - 144px);
    margin-top: 144px;
    margin-left: 328px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow-y: scroll;
    scrollbar-width: none;
}

.privacy h2 {
    margin-bottom: 30px;
    font-size: 61px;
    padding-bottom: unset;
}

.privacy h3 {
    margin: 0;
}

.privacy p {
    margin-bottom: 0px;
    margin: 0;
}

.privacy h3 {
    margin-bottom: 24px!important;
    margin-top: 24px!important;
    margin: 0;
    font-size: 27px;
    color: black;
}

.privacy h4 {
    margin-top: 24px!important;
    margin-bottom: 24px!important;
}

.privacy a {
    text-decoration: none;
    cursor: pointer;
    color: var(--lightblue);
}

.privacy ol li {
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.privacy li {
    padding-left: 35px;
    margin-bottom: 8px;
}

.back-arrow-btn {
    height: 37px;
    width: 37px;
    position: relative;
    top: 42px;
    left: 93%;
    border-radius: 100%;
}

.back-arrow-btn:hover {
    transform: scale(1.1);
    background-color: #f0f0f0;
    cursor: pointer;
}

@media(max-width: 1360px) {
    .privacy {
        margin-top: 112px;
        margin-left: unset;
        margin-bottom: 88px;
        height: calc(93% - 112px);
        padding-left: 32px;
        padding-right: 32px;
    }

    .privacy ul {
        width: 87%;
        overflow-wrap: break-word;
    }

    .privacy h2 {
        font-size: 47px;
    }

    .clickInfoDiv {
        position: fixed;
    }
}

@media(max-width: 500px) {
    .back-arrow-btn {
        left: 87%;
    }

    .privacy h2 {
        font-size: 36px;
    }

    .privacy {
        padding-left: 16px;
        padding-right: 16px;
    }
    
}
