@media only screen and (max-width: 600px){
    .term_condition {
        background: url(../img/arrow_term_condition_bg_phone.png);
        
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 71px 0px;
        margin: 73px 0px 0px 0px;
        width: 100%;
        height: 297px;

        display: flex;
        height: 297px;
        padding: 0px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        flex-shrink: 0;
    }
    .term_condition_h1 {
        padding: inherit;
        margin: 0px 40px 0px 40px;

        color: #FFF;
        text-align: center;

        /* Heading/H2 */
        font-family: 'Libre Bodoni';
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 139%; /* 50.04px */
        text-transform: capitalize;
        margin-top: 0%;
        height: auto;
    }
    .terms_s2 {
        padding: 40px 12px;
    }
    .term_condition_p {
        display: flex;
        padding: 0px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
        color: var(--Secondary, #014944);

        /* Body/P */
        font-family: 'Raleway';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 157.5%; /* 23.625px */
    }
    .privacy_policy {
        background: url(../img/arrow_privacy_phone.png);
        
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 71px 0px;
        margin: 73px 0px 0px 0px;
        width: 100%;
        height: 297px;

        display: flex;
        /* width: 375px; */
        height: 297px;
        padding: 0px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        flex-shrink: 0;
    }
    .privacy_policy_h1 {
        padding: inherit;
        margin: 0px 40px 0px 40px;

        color: #FFF;
        text-align: center;

        /* Heading/H2 */
        font-family: 'Libre Bodoni';
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 139%; /* 50.04px */
        text-transform: capitalize;
        margin-top: 0%;
        height: auto;
    }
    .privacy_policy_p {
        display: flex;
        /*padding: 40px 24px;*/
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
        color: var(--Secondary, #014944);

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

@media only screen and (min-width: 786px) and (max-width:992px) {
    
}

@media only screen and (min-width: 1200px) and (max-width:1348px) {
    
}
@media only screen and (min-width: 1349px) and (max-width:1439px) {
    
}
@media only screen and (min-width: 1440px) and (max-width:1499px) {
    
}
@media only screen and (min-width: 1500px) and (max-width:1599px) {
    
}
@media only screen and (min-width: 1600px) and (max-width:1699px) {
    
}
@media only screen and (min-width: 1700px) and (max-width:1799px) {
    
}
@media only screen and (min-width: 1800px) and (max-width:1919px) {
    
}