.support-policy {
    height: auto;
    /* background-image: url('../images/privacy-policy/privacy-policy.png'); */
    background-image: url('../images/tc_sp_pp/tc_sp_pp.png');
    background-size: cover;
    background-position: center; 
    background-attachment: fixed !important;
     /* background-color: rgba(255, 255, 255, 0.61);
    background-blend-mode: overlay;  */
}

.sp-container .sp-heading{
    font-size: 80px;
    color: #242424;
}

.sp-container .sp-heading span{
    color: #65C56E;
}

.sp-container .sp-heading-hint{
    font-size: 18px;
}

.list-of-sp div .sp-list-heading{
    font-size: 24px !important;
} 

.list-of-sp div .sp-list-hint, .list-of-sp .sp-list-hint{
    font-size: 18px !important;
    margin-bottom: 10px;
}


@media only screen and (max-width:768px){
    .sp-container .sp-heading{
        font-size: 60px;
    }

    .sp-container .sp-heading-hint{
        font-size: 16px;
    }
    
    .list-of-sp div .sp-list-hint, .list-of-sp div ol .sp-list-hint{
        font-size: 16px !important;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width:425px){
    .sp-container .sp-heading{
        font-size: 32px;
    }
}

