.tagsWrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 33px;
    row-gap: 12px;
    align-items: center;
    justify-content: center;
}

.tagWrap{
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    row-gap: 5px;
}

.tagWrap::after{
    position: absolute;
    display: block;
    content: '';
    right: -20px;
    top: 50%;
    min-width: 15px;
    min-height: 15px;
    transform: translateY(-50%);
    background-image: url('/wp-content/uploads/2025/04/tagwave.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.tagWhere{
    margin: 0;
    font-family: var(--alumni);
    font-weight: 700;
    font-style: italic;
    font-size: var(--f18);
    color: var(--secondary);
    line-height: 1em;
}

.tagWhat{
    margin: 0;
    font-family: var(--kanit);
    font-weight: 300;
    font-size: var(--f14);
    color: white;
    line-height: 1em;
}