@media only screen and (max-width: 1440px) {
    .project-tag-description {
        font-size: 0.75rem;
    }
    
    .project-tag-detail {
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 768px) {
    .project-tag-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}