@media screen and (max-width: 768px) {
  .main-header {
    font-size: 32px;
  }
  .management-link {
    padding-top: 32px;
  }
  .dropdown-select .btn {
    position: relative;
    padding-left: 50px;
  }

  .dropdown-select .btn:before {
    position: absolute;
    left: 16px;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('/images/settings-select.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .dropdown-select .btn::after {
    position: absolute;
    right: 16px;
  }
  .dropdown-select .btn:before,
  .dropdown-select .btn::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .dropdown-select .dropdown-menu {
    margin-top: 8px !important;
    width: 100%;
    background-color: #1a1a25;
    border-radius: 8px;
    border: 1px solid var(--color-primary);
    color: #fff;
    max-height: 40vh;
    overflow-y: scroll;
  }
  .dropdown-select .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid var(--color-divider);
  }
  .dropdown-select .dropdown-menu .dropdown-item:hover {
    background-color: initial;
  }
  .documents-card {
    padding: 16px;
  }
  .download-doc-btn {
    padding-left: 0;
  }
  .docs-grid {
    margin-top: 32px;
    margin-bottom: 32px;
    grid-template-columns: 1fr;
  }
  .documents-links {
    padding: 20px 16px;
  }
  .docs-pagination {
    margin-top: 32px;
  }
}
