 .article-wrapper h1 {
        font-size: 32px !important;
    }
    
    .banner-list li {
        margin-bottom: 10px;
    }
    
    .banner-list li span,
    .strong {
        font-weight: bold;
    }
    
    .bullet-list li {
        position: relative;
        margin-bottom: 10px;
    }
    
    .bullet-list li::before {
        content: '';
        display: inline-block;
        height: 8px;
        background: #000;
        width: 8px;
        border-radius: 50%;
        margin-right: 10px;
    }
    
    .cta {
        text-align: center;
        margin: 50px 0px;
    }
    
    .cta a {
        background: #ee4a44;
        color: #fff;
        padding: 10px 20px;
        font: 20px/1.3 'Zoho_Puvi_SemiBold';
        text-align: center;
        border-radius: 2px;
        cursor: pointer;
    }
    
    a.internal-links {
        border-bottom: 1px solid #138cd6;
    }
    
    .disclaimer-text {
        background: #fafafa;
        padding: 20px 30px;
    }
    
    .disclaimer-text p {
        font-size: 14px;
    }
