.content{
    width:100%;
    background-image: none;
    display: flex;flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    margin-bottom: 50px;
    padding-bottom: 40px;
}
span.page-heading {
    font-size: 40px;
    color: #2D1D61;
    font-family: 'Roboto', sans-serif;
    line-height: 60px;
    letter-spacing: 0.50px;
    word-wrap: break-word;
    font-weight: 600;
}
.purple-btn:hover {
    background-color: var(--dark-purple) !important;
}
.purple-btn:active {
    background-color: var(--dark-purple) !important;
}


.legal-wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 40px;
}
.side-buttons-wrap{
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 10px 0;
}
.side-buttons-wrap button{
    font-size: 16px;
    /* font-weight: normal; */
    letter-spacing: 1.5px;
    width: fit-content;
    margin-left: 20px;
    padding: 0 10px;
    cursor: pointer;
}
p{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 10px 0;
    text-align: justify;
    letter-spacing: 0.5px;
    word-spacing: normal;
}
.legal-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 100px 80px;
    background-color: #7951f921;
    margin: 25px 150px;
    border-radius: 20px;
}
.legal-content p{
    padding:0;
    font-size: 18px;
}
.legal-content-para{
    padding: 10px 0 !important;
}
.pointed-para::before{
    content: '.';
    font-size: 28px;
    text-align: center;
    margin: 0;
    padding: 0;
    padding-right: 5px;
}
.legal-heading{
    display: block;
    padding: 10px 0 10px;
}
@media only screen and (min-width:760px) and (max-width:900px) {
    .legal-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 30px 20px 40px;
        background: #fff;
        margin: 25px 40px;
        border-radius: 20px;
    }
}

@media only screen and (min-width:400px) and (max-width:760px) {
    .legal-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 30px 40px;
    }
    .side-buttons-wrap button {
        font-size: 8px;
        font-weight: 100;
        letter-spacing: 0.2px;
        width: 56%;
        padding: 0 0px;
    }
    .legal-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px 20px 20px;
        margin: 24px 30px;
        border-radius: 20px;
    }
}
@media only screen and (min-width:791px) and (max-width:970px) {
    .legal-wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0px 0px;
    }
    .legal-content p {
        padding: 0;
        font-size: 17px;
    }
}
@media only screen and (min-width:400px) and (max-width:791px) {
    .legal-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0px 0px;
    }
    .side-buttons-wrap button {
        font-size: 12px;
        font-weight: 100;
        letter-spacing: 0.2px;
        width: 56%;
        padding: 0 0px;
        border-radius: 25px;
    }
    button {
        height: 55px;
        width: 251px;
        background-color: #7951F9;
        color: #ffffff;
        text-align: center;
        border-radius: 5px;
        border: none;
        font-size: 16px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        box-shadow: 0px 0px 23px -3px var(--white);
        margin-right: 10px;
        text-decoration: none;
        margin: 14px 0px;
    }
}
@media only screen and (min-width:388px) and (max-width:400px) {

    .legal-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0px 0px;
    }
    side-buttons-wrap {
        width: 89%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding: 0px 0;
    }
    button, button a {
        height: 55px;
        width: 251px;
        font-size: 16px;
        margin: 5px -11px;
    }
    .side-buttons-wrap button {
        font-size: 10px;
        /* font-weight: normal; */
        letter-spacing: 1.5px;
        width: fit-content;
        margin-left: 14px;
        padding: 0 12px;
        cursor: pointer;
    }
}
@media only screen and (min-width:280px) and (max-width:400px) {

    .legal-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 10px 10px 10px;
        background: #fff;
        margin: 10px 8px;
        border-radius: 20px;
        width: 94%;
    }
    .content-wrap {
        width: 100%;
        padding: 0px 8px 0 !important;
    }
    .legal-content p {
        padding: 0;
        font-size: 14px;
    }
}

@media only screen and (min-width:280px) and (max-width:400px) {
.legal-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 0px;
}
.side-buttons-wrap button {
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 0.2px;
    width: 56%;
    padding: 0 0px;
}
button {
    height: 55px;
    width: 251px;
    background-color: #7951F9;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0px 0px 23px -3px var(--white);
    margin-right: 10px;
    text-decoration: none;
    margin: 14px 0px;
}
.side-buttons-wrap button {
    font-size: 8px;
    font-weight: 100;
    letter-spacing: 0.2px;
    width: 56%;
    padding: 0 0px;
}
button {
    height: 36px;
}
}