.paragraph--type--profile {
  border-radius: 8px;
  border: 2px solid rgba(74, 168, 222, 0.30);
  background: var(--Pure-White, #FFF);
  box-shadow: 0 0 0 6px var(--Pure-White, #FFF), 0 4px 24px 0 rgba(74, 168, 222, 0.50), 0 4px 24px 0 rgba(0, 0, 0, 0.35);

  .field--name-field-photo {
    img {
      border-radius: 8px 8px 0 0;
      width: 100%;
      height: auto;
      object-fit: cover;
    }
  }

  .profile-info {
    padding: 30px 25px 25px 25px;
    min-height: 127px;

    .field--name-field-position {
      color: var(--Dark-Base, #282846);
      font-family: var(--font-serif);
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 93%; /* 16.74px */
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .field--name-field-link {
      span, a {
        color: var(--Tertiary, #4AA8DE);
        font-family: var(--font-sans);
        font-size: 23px;
        font-style: normal;
        font-weight: 600;
        line-height: 93%; /* 21.39px */
        letter-spacing: -0.69px;
      }

      a {
        text-decoration: underline;
        cursor: pointer;
      }

      a:hover {
        color: #DD3A31;
      }
    }
  }
}