.termsSec{
    padding: 120px 0px 90px;
    background-color: #0a0a0a;
    min-height: calc(100vh - 53px);
}
h1, h2, h3 {
    color: #fc7a10;
}
h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}
h2 {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
}
.termsSec p, .termsSec ul {
    margin-bottom: 15px;
}
.termsSec ul {
    padding-left: 20px;
}
.termsSec li{
    margin-bottom: 15px;
}
.termsSec a {
    color: #fc7a10;
    text-decoration: none;
}
.termsSec a:hover {
    text-decoration: underline;
}
@media (max-width: 991px) {
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 24px;
    }
}
@media (max-width:767px) {
    h1{
        font-size: 28px;
    }
}