.pub-profile-content-wrap {
  max-width: var(--content-max-width-l1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.pub-profile-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 8px 0 4px 0;
}
.pub-profile-hr {
  border-bottom: 1px solid var(--border-color-1);
}

.pub-profile-col-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.pub-profile-title1 {
  font-size: 28px;
  color: var(--sva-red-color-1);
  margin: 16px 0;
  text-align: left;
}

.pub-profile-title2 {
  font-size: 20px;
  color: var(--color-3);
  margin: 16px 0;
  text-align: left;
}

.pub-profile-social-icon-anc {
  color: unset;
  text-decoration: none;
  border-radius: 5px;
}

.pub-profile-social-icon-img {
  height: 30px;
  width: 30px;
  margin: 0 16px 0 0;
}
