@media (max-width: 940px) {
  .content-profile {
    flex-direction: column;
    align-items: normal;
    margin-top: 10px;
  }

  .buttons {
    justify-content: center;
  }

  .date-user {
    margin-top: 20px;
  }

  .nameP {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .content-profile .nameP h1 {
    font-size: 25px;
  }

  .content-profile .nameP p {
    font-size: 14px;
  }

  .buttons .btn {
    width: calc(100% - 5px);
    justify-content: center;
  }

  .buttons .btn i {
    margin-right: 3px;
  }
}