.work {
    text-align: left;
    max-width: 600px;
    width: -webkit-fill-available;
    justify-self: center;
    padding-bottom: 125px;
}

.work-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.work-header img {
    width: 30px;
    header: 30px;
}

.work-info {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.work-value {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.work-value span:last-child {
    text-align: right;
}

.work-tasks {
    border-top: 1px solid #ccc;
    width: -webkit-fill-available;
    margin-top: 25px;
}

.work-tasks p {
    line-height: 1.6;
}

.work-stack {
    width: -webkit-fill-available;
    margin-top: 25px;
}

.work-stack .tag-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}