@media (min-width: 950px) {
  .first-screen_content p {
    width: 60%;
    font-size: 3rem;
  }

  .nav_content button {
    display: none;
  }
}
