.bc-menu-flex{
    flex-direction: row;  
}

.linearGradientButton{
   background: linear-gradient(#319C6E, #83C54D); 
}

a{
    background: linear-gradient(to bottom, #319C6E, #83C54D);
    background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.radius-20{
    border-radius: 20px;
}

.h-80{height:80%!important}


@media (max-width: 768px) {
    .bc-menu-flex{
        flex-direction: column;  
    }  
}