.content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content.links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.content .entry {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  margin-top: 50px;
}
.content .entry .suhedart-text {
  flex: 66%;
}
.content .entry .suhedart-profile-photo {
  flex: 34%;
}
.content .entry .suhedart-profile-photo img {
  width: 350px;
}
