@media (max-width: 576px) {
  .search-block {
    margin: 1rem 0 !important;
  }
  .create-block {
    height: auto !important;
    justify-content: start !important;
  }
}
