
.profile-flex-col {
  display: flex;
  flex-direction: column;
}
.profile-flex-row {
  display: flex;
  flex-direction: row;
}
.profile-justify-between {
  display: flex;
  justify-content: space-between;
}