div#terms-and-conditions-container{
    margin: 0 0 5vw 5vw;
    width: 90vw;
}

h1{
    color: #0F1425;
    font-size: 2.5vw;
    font-weight: 350;
    line-height: 4vw;
    margin: 2vw 0 2vw 5vw;
}

h2{
    color: #0F1425;
    font-size: 2vw;
    font-weight: 350;
    line-height: 3.5vw;
    margin: 2vw 0 1.5vw 0;
}

h3{
    color: #0F1425;
    font-size: 1.5vw;
    font-weight: 350;
    line-height: 3vw;
    margin: 1vw 0 0.5vw 0;
}

p#terms-conditions-intro{
    color: #0F1425;
    font-size: 1.2vw;
    font-weight: 350;
    line-height: 2vw;
    margin: 2vw 0 2vw 0;
}

ol#definitions-interpretations-list{
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 90vw;
}

ol#definitions-interpretations-list span{
    display: block;
    margin: 0.5vw 0 0.5vw 0;
}

ol#definitions-interpretations-list span li{
    color: #0F1425;
    display: inline-block;
    font-size: 1.2vw;
    font-weight: 350;
    line-height: 2vw;
    vertical-align: top;
}

ol#definitions-interpretations-list span li:nth-child(1){
    width: 14vw;
}

ol#definitions-interpretations-list span li:nth-child(2){
    width: 76vw;
}

ol.terms-conditions-list{
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 90vw;
}

ol.terms-conditions-list li{
    color: #0F1425;
    display: block;
    font-size: 1.2vw;
    font-weight: 350;
    line-height: 2vw;
    margin: 0.5vw 0 0.5vw 0;
}

@media only screen and (max-device-width: 480px){
    div#terms-and-conditions-container{
        margin: 0 0 8vw 3vw;
        width: 94vw;
    }

    h1{
        font-size: 6vw;
        line-height: 10vw;
        margin: 4vw 0 4vw 5vw;
    }

    h2{
        font-size: 4.5vw;
        line-height: 8.5vw;
        margin: 4vw 0 3vw 0;
    }

    h3{
        font-size: 3.5vw;
        line-height: 6.5vw;
        margin: 2vw 0 1vw 0;
    }

    p#terms-conditions-intro{
        font-size: 3vw;
        line-height: 5vw;
        margin: 4vw 0 4vw 0;
    }

    ol#definitions-interpretations-list{
        width: 94vw;
    }

    ol#definitions-interpretations-list span{
        margin: 1vw 0 1vw 0;
    }

    ol#definitions-interpretations-list span li{
        font-size: 3vw;
        line-height: 5vw;
    }

    ol#definitions-interpretations-list span li:nth-child(1){
        width: 25vw;
    }

    ol#definitions-interpretations-list span li:nth-child(2){
        width: 69vw;
    }

    ol.terms-conditions-list{
        width: 94vw;
    }

    ol.terms-conditions-list li{
        font-size: 3vw;
        line-height: 5vw;
        margin: 1vw 0 1vw 0;
    }
}
