.terms-conditions-title-bold {
    font-size: 20px;
    line-height: 30px;
    font-family: Roboto-bold;
    color: #fff
}

.terms-conditions-text {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-family: Roboto-Regular
}

ol {
    list-style-type: disc
}

    ol li {
        padding-bottom: 10px
    }

    ol.circle {
        list-style-type: circle
    }

    ol.decimal {
        list-style-type: decimal
    }

    ol.roman {
        list-style-type: upper-roman
    }

a.underline {
    color: #fff;
    text-decoration: underline !important
}

.terms-conditions-content {
    padding-bottom: 50px;
}
