.node--type-profile {
  .field--name-field-office-location {
    p {
      margin: 0;
    }
  }

  .header__links {
    > .field {
      display: inline-block;
      margin-left: 1.5rem;

      &:first-of-type {
        margin-left: 0;
      }
    }
  }

  .field__label {
    font-weight: 600;
  }

  .node__content {
    .field {
      padding-bottom: 2.5rem;
      margin-bottom: 2.5rem;
      border-bottom: 1px solid var(--accent-02);

      @media only screen and (min-width: 768px) {
        margin-bottom: 3.25rem;
      }
    }

    .field__label {
      color: var(--primary-01);
      font-family: var(--primary-typography);
      font-size: var(--title-xl);
      margin-bottom: 1rem;
    }
  }

  .views-element-container {
    .field {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none;
    }
  }
}
