html,
body {
    height: auto;
    overflow: inherit;
}

.header.privacy {
    top: 30px;
}

.inner_banner {
    position: relative;
}

.inner_image {
    margin-top: 30px;
}

.inner_image img {
    width: 100%;
    height: 600px;
    border-radius: 60px;
}

.inner_image .desktop {
    display: block;
}

.inner_image .mobile {
    display: none;
}

.privacy_patch {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.privacy_patch .patch_center {
    position: relative;
    width: 80%;
    margin: auto;
}

.privacy_patch .patch_center h1 {
    color: #000;
    text-align: center;
    font-family: plusRegular;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.privacy_patch .patch_center p {
    color: rgba(22, 36, 68, 0.87);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

.content_section {
    display: flex;
    justify-content: space-between;
}

.content_section .content_left {
    width: 25%;
}

.table_sticky {
    position: sticky;
    top: 90px;
}

.content_section .content_right {
    width: 68%;
}

.list_ul {
    position: relative;
}

.list_ul li {
    color: #9D9D9D;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 50px 0px;
    position: relative;
    cursor: pointer;
}

.list_ul li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 210px;
    height: 2px;
    background-color: #fff;
}

.list_ul li:nth-of-type(1) {
    margin-top: 0px;
}

.list_ul li.active {
    color: #6265FF;
    font-weight: 700;
}

.list_ul li.active::before {
    background-color: #6265FF;
}

.content_block {
    position: relative;
    margin-top: 80px;
}

.content_block:nth-of-type(1) {
    margin-top: 0px;
}

.content_block .content_item {
    position: relative;
    margin: 40px 0px;
}

.content_block .content_item ul {
    padding-left: 25px;
}

.whatistalliant {
    font-size: 24px;
    color: #162444;
    margin-bottom: 50px;
}

.contact_tab p {
    font-size: 24px;
    color: #162444;
}

.privacy_title {
    color: #162444;
    font-family: plusRegular;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.privacy_sub_title {
    color: rgba(22, 36, 68, 0.77);
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
    list-style: disc;
}

.contact_tab {
    margin-bottom: 20px;
}

.privacy_text {
    color: #162444;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style: disc;
}

@media screen and (max-width: 2310px) {
    .content_section .content_left {
        width: 23%;
    }
    .inner_image img {
        height: 500px;
        border-radius: 50px;
    }
}

@media screen and (max-width: 2050px) {
    .inner_image img {
        width: 100%;
        height: 400px;
        border-radius: 37px;
    }
}

@media screen and (max-width: 1920px) {
    .content_block {
        position: relative;
        margin-top: 50px;
    }
    .content_block .content_item {
        margin: 30px 0px;
    }
    .privacy_patch .patch_center h1 {
        font-size: 60px;
    }
    .privacy_patch .patch_center p {
        font-size: 26px;
    }
    .list_ul li {
        font-size: 26px;
        margin: 30px 0px;
    }
    .privacy_title {
        font-size: 35px;
    }
    .privacy_sub_title {
        font-size: 28px;
    }
    .privacy_text {
        font-size: 20px;
    }
}

@media screen and (max-width: 1600px) {
    .privacy_patch .patch_center h1 {
        font-size: 45px;
    }
    .privacy_patch .patch_center p {
        font-size: 20px;
    }
    .list_ul li {
        font-size: 22px;
        margin: 25px 0px;
    }
    .privacy_title {
        font-size: 32px;
    }
    .privacy_sub_title {
        font-size: 24px;
    }
    .privacy_text {
        font-size: 18px;
    }
    .whatistalliant,
    .contact_tab p {
        font-size: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .privacy_patch .patch_center h1 {
        font-size: 40px;
    }
    .privacy_patch .patch_center p {
        font-size: 18px;
    }
    .privacy_title {
        font-size: 29px;
    }
    .privacy_sub_title {
        font-size: 20px;
    }
    .privacy_text {
        font-size: 16px;
    }
    .list_ul li {
        font-size: 20px;
        margin: 20px 0px;
    }
    .content_block {
        margin-top: 40px;
    }
    .content_block .content_item {
        margin: 20px 0px;
    }
    .whatistalliant,
    .contact_tab p {
        font-size: 18px;
    }
}

@media screen and (max-width: 999px) {
    .list_ul li::before {
        width: 60%;
    }
    .whatistalliant,
    .contact_tab p {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .inner_image img {
        height: 340px;
    }
    .whatistalliant,
    .contact_tab p {
        font-size: 15px;
    }
}

@media screen and (max-width: 650px) {
    .content_block {
        margin-top: 30px;
    }
    .content_block .content_item {
        margin: 16px 0px;
    }
    .inner_image img {
        height: 260px;
    }
    .content_section {
        display: block;
    }
    .content_section .content_left {
        width: 100%;
    }
    .content_section .content_right {
        width: 100%;
        margin-top: 70px;
    }
    .inner_image {
        margin-top: 0;
    }
    .container.privacy {
        width: 100%;
        padding: 0;
    }
    .inner_image img {
        border-radius: 0px;
    }
    .privacy_patch .patch_center h1 {
        font-size: 30px;
        text-align: left;
    }
    .privacy_patch .patch_center p {
        font-size: 16px;
        text-align: left;
    }
    .privacy_title {
        font-size: 26px;
    }
    .privacy_sub_title {
        font-size: 18px;
    }
    .privacy_text {
        font-size: 14px;
    }
    .list_ul li {
        font-size: 18px;
        margin: 15px 0px;
    }
    .privacy_patch .patch_center {
        width: 90%;
    }
    .header.privacy {
        display: none;
    }
    .inner_image .desktop {
        display: none;
    }
    .inner_image .mobile {
        display: block;
    }
    .list_ul li::before {
        width: 210px;
    }
    .list_ul {
        position: relative;
        width: 300px;
    }
    .whatistalliant,
    .contact_tab p {
        font-size: 14px;
    }
}

@media screen and (max-width: 550px) {
    .privacy_patch .patch_center h1 {
        font-size: 24px;
    }
    .privacy_patch .patch_center p {
        font-size: 15px;
    }
    .privacy_title {
        font-size: 16px;
    }
    .privacy_sub_title {
        font-size: 16px;
    }
    .privacy_text {
        font-size: 13px;
    }
    .list_ul li {
        font-size: 16px;
        margin: 15px 0px;
    }
}

@media screen and (max-width: 400px) {
    .list_ul {
        width: 100%;
    }
    .privacy_patch .patch_center h1 {
        font-size: 20px;
    }
    .privacy_patch .patch_center p {
        font-size: 14px;
    }
    .privacy_title {
        font-size: 14px;
    }
    .privacy_sub_title {
        font-size: 14px;
    }
    .privacy_text {
        font-size: 12px;
    }
    .list_ul li {
        font-size: 14px;
        margin: 15px 0px;
    }
}