@media (max-width:428px){
           
        
    .see-btn{
        /* position: relative; */
        font-size:18px;
        padding:12px 26px;
        border-radius:12px;
        bottom:37%;
        width:auto;
        max-width:90%;
        text-align:center;
    }
}
.button-custom{
    align-items: center;
    text-align: center;
    margin-top: 50px;
    justify-content: center;
}
 .see-btn{
    /* position:fixed; */
     text-align: center;
     left:50%;
     bottom:13% !important;
     transform:translateX(-50%);
     background:#f45a1d;
     color:#fff;
     text-decoration:none;
     font-family:Arial, sans-serif;
     font-size:24px;
     font-weight:700;
     padding:16px 42px;
     border-radius:16px;
     z-index:9999;
     box-shadow:0 8px 20px rgba(244,90,29,0.25);
     transition:0.3s ease;
 }
 
 .see-btn:hover{
     background:#e74f14;
     transform:translateX(-50%) translateY(-4px);
 }
 
 /* Tablet */
 /* @media (min-width:991px){
     .see-btn{
         font-size:24px;
         padding:14px 34px;
         bottom:25% !important;
     }
 } */
 
 /* Mobile */