        .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0 auto;
        }
        a{
        text-decoration:none;
        color:#000;
        }
         .container-b {
            display: flex;
            justify-content: space-between;
            align-items:center;
            margin: 0 auto;
        }
        
        .left-section {
            flex: 1;
            max-width: 500px;
        }
        
        .title {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 15px;
            margin-top: 0;
        }
        
        .description {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        
        .subscribe-btn {
            background-color: #009688;
            color: white !important;
            padding: 15px 35px;
            border-radius: 12px;
            text-decoration: none;
            font-size: 22px;
            font-weight: bold;
            display: inline-block;
            margin-bottom: 15px;
        }
        a.subscribe-btn {
            font-size:18px;
        }
        
        .links {
            font-size: 14px !important;
            color: #333;
        }
        
        .links a {
            color: #333;
            text-decoration: none;
            margin-right: 10px;
            font-size: 14px !important;
        }
        
        .links a:last-child {
            margin-right: 0;
        }
        
        .right-section {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            margin-top:15px;
        }
        
        .qr-container {
            display: flex;
            gap: 20px;
        }
        
        .qr-item {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .qr-code {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .qr-label {
            margin-top: 8px;
            font-size: 14px;
        }
        
        .footer-info {
            text-align: right;
            font-size: 14px;
            width: 100%;
        }
        
        .footer-info span {
            margin: 0 8px;
        }
        
        .copyright-n {
            text-align: right;
            font-size: 14px;
            margin-top: 5px;
        }
        .mt-0{
        margin-top:0px;
        }
        .iframe-width{width:1150px;margin: 0 auto;overflow: auto; -webkit-overflow-scrolling: touch;}
        .ssuccess{padding:50px;text-align:center;}
        .ssuccess img{}
        .ssuccess p{font-size:16px;color:#000;}
        .su-content{padding:0px 100px 200px 100px;text-align:center;}
        .su-content a{font-size:16px !important;color:#09F;font-weight:500;}
        .mix-scroll{overflow: auto;}
        
        
        @media (max-width: 768px) {
            .container {
                flex-direction: column;
                padding: 0;
            }
            
            .left-section {
                width: 100%;
                text-align: center;
            }
            
            .title {
                font-size: 28px;
                text-align: center;
            }
            
            .description {
                font-size: 16px;
                text-align: center;
                margin: 0 auto 20px;
                max-width: 90%;
            }
            
            .subscribe-btn {
                display: block;
                width: 80%;
                max-width: 300px;
                margin: 20px auto;
                padding: 15px 20px;
                font-size: 20px;
                text-align: center;
            }
            
            .links {
                text-align: center;
                margin: 10px auto;
            }
            
            .right-section {
                width: 100%;
                align-items: center;
                background-color: #f8f8f8;
            }
            
            .qr-container {
                display: flex;
                flex-direction: row;
                justify-content: space-around;
                width: 100%;
                gap: 10px;
                margin-bottom: 20px;
            }
            
            .qr-item {
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 45%;
                padding-top:10px;
            }
            
            .qr-code {
                margin-bottom: 10px;
            }
            
            .qr-label {
                font-size: 16px;
                text-align: center;
                margin-top: 8px;
            }
            
            .footer-info {
                text-align: center;
                width: 100%;
                font-size: 14px;
                line-height: 1.6;
                padding-top:15px;
            }
            
            .copyright-n {
                text-align: center;
                font-size: 14px;
            }
            
            .footer-links {
                text-align: center;
                margin-top: 15px;
                font-size: 14px;
            }
            
            .footer-links a {
                color: #333;
                text-decoration: none;
                margin: 0 10px;
            }
            .bg-none{
                background-color:#fff;
            }
            .container-b{
            flex-direction: column-reverse;
            }
            .iframe-width{width:100%;}
            .wrap{width:100%;}
            .ssuccess img{width:100%}

        }