.luckydrawtitle{
    height:60px;
    width:full;
    
    margin-left:-25px;
    padding: 20px 35px 20px 35px;
    background-color:rgb(59 130 246 / 0.5);
 

color: yellow;
display: block;

}
.luckydrawcontactusbtn{
float: right;
    width:20%;
    border:none;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    height:70%;
    text-decoration: none;
    background-color:rgb(20, 45, 84);
    text-align: center;
    padding: 10px 20px 10px 20px;
    
}