#legal-body {
    padding-top: 150px;
    padding-bottom: 50px;
}

#legal-body h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

#legal-body h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
}

#legal-body p,
#legal-body ul li,
#legal-body ol li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #1d1d1d;
}

#legal-body ul,
#legal-body ol {
    margin-bottom: 20px;
}

#legal-body ul ul,
#legal-body ol ol,
#legal-body ul ol,
#legal-body ol ul {
    padding-left: 20px;
    box-sizing: border-box;
}

#legal-body ol ul{
    list-style-type: disc !important;
}

#legal-body ol ul li{
    list-style: inherit !important;
}

#legal-body b {
    font-weight: 600;
}

#legal-body a {
    color: #007bff;
    text-decoration: none;
}

#legal-body a:hover {
    text-decoration: underline;
}

.sub-title{
    font-size: 16px !important;
    font-weight: bold;
}

footer {
    display: none;
}