html,body{
    background-color: #000;
    background: #000!important;
    font-family: 'Montserrat'!important;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: justify;
    color: rgba(255, 255, 255, 0.7);
}

.container{
    width: 80%;
    display: flex;
    flex-direction: column;
    margin:auto;
}

.fairplay-title{
    text-align: center;
    padding: 130px 0 24px 0;
    margin:auto ;

}
.privacy-list{
    padding-left: 5px;
    list-style-position: inside !important;
}

.title-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-size: 40px;
    line-height: 49px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: linear-gradient(90.84deg, #FFFFFF 0.17%, rgba(255, 255, 255, 0.54) 102%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    justify-content: center;
}
.fairplay-sub-title{
    text-align: center;
    padding: 100px 0 24px 0;
    margin:auto ;
    width: 328px;
}
.sub-title-text-mob{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: auto;
    background: linear-gradient(90.84deg, #FFFFFF 0.17%, rgba(255, 255, 255, 0.54) 102%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.bold{
    color: #FFF;
    font-weight: 700;
}
.headings{
    display: flex;
    flex-direction: column;
}
.download-text{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 20px;
    text-align: center;
    
}
.title-text-mob{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-size: 18px;
line-height: 22px;
/* identical to box height */

display: flex;
align-items: center;
text-align: center;
letter-spacing: 0.02em;
text-transform: uppercase;

background: linear-gradient(90.84deg, #FFFFFF 0.17%, rgba(255, 255, 255, 0.54) 102%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.mobile-container{
    padding:0px 16px ;
}
.container-mob{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin:auto;
}
@media screen and (max-width: 900px) {
    .Desktop {
        display: none
    }

    .Mobile {
        display: block;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        text-align: justify;
        color: rgba(255, 255, 255, 0.7);
        
    }

    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
}
strong{
    color: rgba(255, 255, 255, 0.7);
}
.tnc-container{
    color:rgba(255, 255, 255, 0.5)
}
footer{
    width: 100%;
}
@media screen and (min-width: 910px) {
    .Desktop {
        display: block;
    }

    .desktop-view {
        display: block;
    }

    .Mobile {
        display: none;
    }

    .mobile-view {
        display: none;
    }

}