.profile{
  &-container{
    max-width: 1440px;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    width: 100%;
  }
}

.line-2 {
  opacity: 0.5;
  // font-size: 16px;
}
$color: #324aa0;

.profile {
  &__title-primary {
    color: $color;
    font-size: 40px;
    font-family: $font-bold;
  }
  &__title-2 {
    color: $color;
    font-size: 1.25rem;
    font-family: $font-bold;
    font-weight: 500;
  }
  &__title-3 {
    color: $color;
    font-size: 24px;
  }
  .subTitle {
    color: #9f9f9f;
  }
  &--address {
    height: 40px;
  }
}
.line-info {
  &__role {
    color: #222;
  }
  &__text {
    color: #3e3e3e;
    min-height: 38px;
    font-size: 23px;
    overflow-wrap: anywhere;
  }
  &__textarea {
    --bio {
      min-height: 118.889px;
    }
  }
}
.el-form-item {
  margin-bottom: 0;
}
.line-name {
  font-size: 1rem;
}
.line-2 {
  opacity: 0.5;
  font-size: 0.875rem;
}
