.airdrop-content {
    display: flex;
    max-width: 1200px;
    margin: 200px auto 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;


}

.airdrop-content .widget {
    width: 100%;

   
}

/* .e-widget-wrapper {

    
} */

.airdrop-content .content {
    width: 100%;

}
.airdrop-content .content p{
    margin: 30px 0;
    font-size: 18px;
}

.airdrop-content .content .buy-wuut{
    background: linear-gradient(to right, #ff4500 0%, #ffa500 100%);
    border:none;
    padding: 20px;
    border-radius: 10px;
    color:#ffffff;
    transition: all ease .5s;
    font-weight: bold;
    text-decoration: none;
   

}

.airdrop-content .content .buy-wuut:hover{
    transform: scale(1.1);
}



@media (max-width: 767.98px) {
    .airdrop-content {
        max-width: 90%;
        margin: 100px auto 0 auto;
        flex-direction: column-reverse;
    
    
    }
}