.hist-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.hist-time {
    grid-column: span 1;
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 1.1rem;
    text-align: right;
    padding-right: 5px;
    color: var(--text-heading);
    min-width: 69px;
}
.hist-icon {
    grid-column: span 1;
    border-left: 2px solid #cfcfcf;
    position: relative;
}
.hist-icon img {
    border-radius: 5px;
    width: 100%;
    max-width: 80px;
    margin-left: 10px;
}
.hist-desc {
    grid-column: span 10;
    vertical-align: top;
    padding-left: 20px;
    padding-bottom: 20px;
}
.hist-desc a {
    font-weight: bold;
}
.about-socials-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    gap: 1rem;
    flex-wrap: wrap;
}

/* GitHub / LinkedIn container */
.about-socials-extLinks {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1;
}
/*.about-socials-extLinks div{*/
/*    font-family: var(--font-heading);*/
/*    font-weight: 700;*/
/*    color: var(--text-heading);*/
/*    line-height: 1.3;*/
/*}*/

.about-socials-row svg {
    display: block;
    fill: var(--text-heading);
}