.project-tag-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 2rem;
    width: 100vw;
    background-color: #33333318;
    padding: 2rem 0;
}

.project-tag-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    gap: 0.5rem;
    width: 100%;
    margin: auto;
}

.project-tag-description {
    font-size: 0.75rem;
    font-weight: 400;
    color: #767676;
}

.project-tag-detail {
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
}

.project-tag {
    display: flex;
    flex-direction: column;
    width: 100%;
}