@media (max-width: 576px) {
  /* smartphone styles here */
  .header-menu {
    padding-left: 10px;
    .btn {
    width: 100%;
  }
}
}