/* body{
    background:white;
    background-image:none !important;
} */
.term_main{
    /* border:1px solid red; */
    margin:32px 18px;
}
.term_head{
    display:flex;
    align-items:center;
    height:32px;
    width:100%;
    color: #333333;
    margin-bottom:16px;
}
.term_head p{
    margin-top:10px;
    margin-left:16px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
}
.back_arrow img{
    filter: invert(12%) sepia(4%) saturate(6%) hue-rotate(20deg) brightness(105%) contrast(81%);
}

.title_main{
    align-items:center;
    text-align:justify;
}

.title_main h3{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 135%;
    color: #333333;
}

.title_main p{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;

    /* or 20px */

    /* Utility/Grey #666 */
    color: #666666; 
}

.privacy_main{
    height:auto;
    background: white;;
}