a.btn_loadmore button[type=button]
{
    background: #0A579B 0% 0% no-repeat padding-box;
border-radius: 4px;
opacity: 1;
width: 200px;
height: 50px;
border-style: none;
color: #ffffff;
}
.pt-20
{
    padding: 25px 0;
}
a.btn_membershipdownload button[type=button]
{
    background: #0A579B 0% 0% no-repeat padding-box;
border-radius: 4px;
opacity: 1;
width: 289px;
height: 50px;
border-style: none;
color: #ffffff;
}
@media(max-width:768px){
    a.btn_membershipdownload button[type=button]
    {
        width: 100% !important;
    }
}