@media (max-width: 760px) {
  a.inline-flex.items-center.bg-gray-100.border-0.py-1.px-3.focus\:outline-none.hover\:bg-gray-200.rounded.text-base.mt-4.md\:mt-0 {
    width: 100% !important;
    padding: 10px !important;
    border-radius: 3px !important;
    background-color: #1b1a29 !important;
    color: white !important;
}
  
}