body{
    color: #232323;
}
.container {
    margin-top: 45px;
    margin-bottom: 45px;
}
.terms-conditions h1, .privacy-policy h1 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
	text-transform: uppercase;
	text-align: center;
}
.decimal {
    list-style-type: decimal;
}
.upper-roman {
	list-style-type: upper-roman;
}
ul, ol {
    padding-left: 20px;
}
.last-updated{
    text-align: right;
}
.title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
}
.sub-title{
	text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #6b6b6b;
    margin: 5px 0;
}
.terms-conditions .description, .privacy-policy .description{
    font-size: 16px;
    font-weight: normal;
    color: #6b6b6b;
    text-align: justify;
    margin: 5px 0;
}

@media only screen and (max-width: 500px) {
.terms-conditions h1, .privacy-policy h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.last-updated{
    text-align: center;
}
.terms-conditions .description, .privacy-policy .description{
    font-size: 14px;
    font-weight: normal;
}
}