.rpb-profile-photo {
    position: relative;
}

.rpb-profile-photo > span {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: var(--teal);
    font-family: Georgia, serif;
    font-size: 5rem;
}

.rpb-profile-photo small {
    position: absolute;
    bottom: 16px;
    left: 16px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(16, 43, 63, .86);
    color: #fff;
    font-size: .68rem;
    font-weight: 800;
}

.rpb-profile-sections {
    margin-top: 42px;
}

.rpb-profile-sections section {
    padding: 26px 0;
    border-top: 1px solid var(--line);
}

.rpb-profile-sections section h2 {
    margin: 0 0 .5rem;
    font-family: Manrope, sans-serif;
    font-size: 1.25rem;
    letter-spacing: -.02em;
}

.rpb-profile-sections section p {
    margin: 0;
}

.rpb-profile-source {
    margin-top: 34px;
    padding: 18px 20px;
    border-radius: 14px;
    background: var(--mint-2);
    font-size: .82rem !important;
}

.rpb-profile-note {
    margin: 22px 0 0;
    padding: 15px;
    border-radius: 12px;
    background: var(--mint-2);
    font-size: .78rem;
}
