.tnc-content h1{
    color: #e03a3e;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.tnc-content h2{
    font-weight: bold;
    font-size: 26px;
}
.tnc-content p{
    font-size: 18px;
}
.tnc-content{
    margin-top: 17rem;
    margin-bottom: 3rem;
}
.tnc-content ul li{
    font-size: 18px;
    margin-bottom: 1rem;
}
@media only screen and (max-width: 798px){
    .tnc-content {
        margin-top: 13rem;
    }
    section.tnc-content.privacy-policy {
        margin-top: 1rem;
    }
}
