.terms-condition-wrapper h1 {
    color: #095188;
    font-size: 64px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 15px;
    line-height: 64px;
}

.terms-condition-wrapper h4 {
    color: #144372;
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
}

.terms-condition-wrapper h2{
    color: #144372;
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
    margin: 20px 0 14px 0;
}

.terms-condition-wrapper p {
    font-size: 18px;
    color: #666;
    line-height: 25px;
    margin: 14px 0;
}

.terms-condition-wrapper a{
    word-break: break-word;
    outline: none !important;
    text-decoration: none !important;
}

.terms-condition-wrapper a:hover{
    color: #0056b3;
}

.terms-condition-wrapper ol {
    list-style-type: lower-roman;
    font-size: 18px;
    color: #666;
    line-height: 25px;
    margin: 14px 0;
}

@media (min-width: 992px) {
.terms-condition-wrapper h1{
    margin-top: 50px;
    }
}