
#earningareaSection .earningarea_card{
    overflow: hidden;
    
}
#earningareaSection .earningarea_image{
    width: 100%;
}
#earningareaSection .earningarea_icon{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dailybonus {
    
    background: url(https://earnviv.com/img/bg-gifts.png),linear-gradient(135deg,#8a34f3,#20C1C8);
    background-size: cover;
}

.hoverr {
    top: 0;
    transition: top 0.2s ease;
}
.hoverr:hover{
    top:-4px
}
 
#offerwalls .offerwalls_card{
    height: 160px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border: none;
    position: relative;
}
#offerwalls .offerwalls_card .imgArea{
    position:absolute ;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
}
#offerwalls .offerwalls_card img {
    width: 80%;
    max-height: 60px;
    object-fit: contain;
   

}
#offerwalls .offerwalls_card .cardBody h4{
    font-size: 14px;
    font-weight: 600;
    display: block;
    width: 100%;
}
#offerwalls .offerwalls_card .cardBody{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    #offerwalls .offerwalls_card{
      height: 170px;
      
    }
    #offerwalls .offerwalls_card .imgArea {
        height: 140px;
    }
    #offerwalls .offerwalls_card .cardBody{

        bottom: 14px;
    }
  }