.products-block__tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 1px solid var(--stroke);
    border-radius: 100px;
    padding: 10px 15px;
    background: var(--background-thirdly);
    margin-bottom: 20px;
}

.products-block__wrapper {
    display: flex;
    flex-direction: column;
}
