.legal-terms .box-border {
    margin: 65px 0 163px;
}

.legal-terms .box-border .tab-title-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.legal-terms .box-border .tab-title-legal .title-item {
    border: 1px solid #E1E1E1;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 28px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 198.48%;
    color: #2A2A2A;
    cursor: pointer;
    width: fit-content;
}

.legal-terms .box-border .tab-title-legal .title-item.active,
.legal-terms .box-border .tab-title-legal a:hover .title-item {
    background: #57D575;
    border-color: #57D575;
}

.legal-terms .box-border .tab-content {
    max-width: 82.95%;
    margin-top: 40px;
}

.default-page .tab-control-language .tab-content>* {

    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #2A2A2A;
}

p,
ol,
ul,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

ul li::marker {
    font-size: 13px;
}

@media (max-width: 991px) {
    .legal-terms .box-border .tab-content {
        max-width: 100%;
    }

    ul,
    ol {
        font-family: var(--list--font-family);
        /* margin: 0; */
        padding-left: calc(2 * var(--global--spacing-horizontal));
        padding-left: 30px;
    }

    ul.aligncenter,
    ol.aligncenter {
        list-style-position: inside;
        padding: 0;
    }

    ul.alignright,
    ol.alignright {
        list-style-position: inside;
        text-align: right;
        padding: 0;
    }

}

@media (max-width: 767.98px) {
    .legal-terms .box-border {
        margin: 60px 0 89px;
    }

                   .legal-terms .box-border .tab-content {
                       margin-top: 60px;
                   }

    p,
    ol,
    ul,
    dl,
    dt,
    dd,
    blockquote,
    figure,
    fieldset,
    form,
    legend,
    textarea,
    pre,
    iframe,
    hr,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 20px;
    }

}