.term_condition {
    background: url(../img/arrow_term_bg.png);
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 71px 0px;
    margin: 86px 0px 0px 0px;
    width: 100%;
    height: 323px;
}
.term_condition_h1 {
    color: var(--neutral-white, #FFF);
    text-align: center;

    /* Heading/H1 */
    font-family: 'Libre Bodoni';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%; /* 61.44px */
    text-transform: capitalize;
    height: 100%;
    padding: inherit;
}
.term_condition_p {
    color: var(--Secondary, #014944);

    /* Body/P */
    font-family: 'Raleway';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%; /* 23.625px */

    display: flex;
    /* width: 1072px; */
    padding: 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}
.terms_s2 {
    padding: 64px 0px;
}
.terms_section {
    background: var(--BG, linear-gradient(90deg, #F8F8F8 0.69%, #FEFEFE 33.43%, #F5F5F5 78.63%, #F5F5F5 99.86%));
}



.privacy_policy {
    background: url(../img/arrow_privacy_policy_img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 71px 0px;
    margin: 86px 0px 0px 0px;
    width: 100%;
    height: 323px;
}
.privacy_policy_h1 {
    color: var(--neutral-white, #FFF);
    text-align: center;

    /* Heading/H1 */
    font-family: 'Libre Bodoni';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%; /* 61.44px */
    text-transform: capitalize;
    height: 100%;
    padding: inherit;
}
.privacy_policy_p {
    color: var(--Secondary, #014944);

    /* Body/P */
    font-family: 'Raleway';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%; /* 23.625px */

    display: flex;
    /* width: 1072px; */
    /*padding: 64px 0px;*/
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}