/* .portfolio-info {
    border-top: 1px solid #eadbb2;
    border-bottom: 1px solid #eadbb2;
} */

.portfolio-info {
    border-bottom: 1px solid #333;
}

.portfolio-info h5 {
    color: #fff;
    font-weight: bold;
}

.portfolio-info h5 span {
    color: #eadbb2;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
}

.portfolio-info h5 a {
    color: #eadbb2;
    font-weight: normal;
}

.portfolio-info h5 a:hover {
    color: #b7b7b7;
}

.software {
    display: flex;
    justify-content: center;
}

.software-icon {
    height: 1em;
    width: 1em;
    max-width: 1em;
    max-height: 1em;
    margin-right: 0.25em;
}