
@media(max-width:768px) {
    .btn{
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
    }
    
    button{
    height: 40px;
    }    
}


