.kwo-thankyou-box{

    margin:40px auto;
    padding:30px;

    max-width:650px;

    border:1px solid #e5e5e5;
    border-radius:12px;

    text-align:center;

    background:#fafafa;

}

.kwo-thankyou-box h2{

    margin-bottom:10px;

}

.kwo-thankyou-box p{

    color:#666;
    margin-bottom:20px;

}

.kwo-whatsapp-button{

    display:inline-block;

    background:#25D366;

    color:#fff !important;

    padding:16px 32px;

    border-radius:8px;

    font-size:18px;

    font-weight:600;

    text-decoration:none;

    transition:.25s;

}

.kwo-whatsapp-button:hover{

    background:#20ba5a;

    transform:translateY(-2px);

}