* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Google Sans", Roboto, Arial, sans-serif; */
}

.profile {
  max-width: 1296px;
  width: 100%;
  /* margin: 20px 24px; */
}

.profile .text h2 {
  margin: 20px 0px;
  font-size: 22px;
  color: #202124;
  font-weight: 500;
}

.profile .text .app-text {
  font-size: 14px;
  color: #5f6368;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  text-justify: inter-ideograph;
}

.profile .updated-date {
  margin: 24px 0px;
}

.profile .updated-date span {
  font-size: 14px;
}

.profile .updated-date .updated {
  margin-bottom: 3px;
}
.profile .updated-date .updated span {
  color: #202124;
  font-weight: 500;
}

.profile .updated-date .date span {
  color: #5f6368;
  font-weight: 400;
}

@media (max-width: 1280px) {
  .profile .text h2 {
    font-size: 18px;
  }
}
