.terms-and-conditions{
    height: auto;
    /* background-image: url('../images/terms-and-conditions/terms-and-conditions.png'); */
    background-image: url('../images/tc_sp_pp/tc_sp_pp.png') !important;
    background-size: cover;
    background-position: center;
    background-attachment: fixed !important;
}

.tc-container .tc-heading{
    font-size: 80px;
    color: #242424;
}

.tc-container .tc-heading span {
    color: #65C56E;
}

.tc-container .tc-heading-hint{
    font-size: 18px;
}

.tc-container ul .tc-hints{
    font-size: 18px;
}

.tc-container ul{
    list-style-type: disc !important;
}




@media only screen and (max-width:768px){
    .tc-container .tc-heading{
        font-size: 60px;
    }

    .tc-container .tc-heading-hint{
        font-size: 16px;
    }
    
    .tc-container ul .tc-hints{
        font-size: 16px;
    }
}

@media only screen and (max-width:425px){
    .tc-container .tc-heading{
        font-size: 32px;
    }
}