@media (max-width: 900px) {
  body .expect-card {
    min-height: 0;
  }

  body .expect-card .number {
    display: block;
    margin-bottom: 18px;
    position: static;
  }
}

@media (max-width: 520px) {
  body .nav {
    align-items: center;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 42px;
  }

  body .nav-links {
    align-items: center;
    flex-direction: row;
    gap: 0;
    justify-content: flex-end;
    min-width: 0;
    width: auto;
  }

  body .nav-links .text-link {
    display: none;
  }

  body .nav-links .button {
    font-size: 0.8rem;
    min-height: 44px;
    padding: 0 14px;
    white-space: nowrap;
    width: auto;
  }
}
