.profile-content {
  border: $profile-content-border;
  background-color: $white;
  box-shadow: $profile-content-shadow;
  padding: $profile-content-padding;
  display: inline-block;
  &__section {
    margin: rem-calc(24 0);
  }
  &__divider {
    height: 3px;
    width: 20px;
    background-color: $light-gray;
    display: block;
  }
  &__name {
    @extend .title;
    font-size: $profile-content-name-size;
  }
  &__link {
    line-height: $profile-content-link-height;
  }
}