.stitch-express-label {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;

    @media only screen and (max-width: 600px) {
        gap: 0.4rem;
    }
}

.icons {
    display: flex;
    flex-direction: row;
    row-gap: 0.2rem;
    align-items: center;
    column-gap: 8px;
    flex-wrap: wrap;

    img {
        height: 18px !important;
    }

    @media only screen and (min-width: 600px) {

        img {
            height: 22px !important;
        }
    }
}

.title {
    font-size: 0.9rem;

    @media only screen and (min-width: 600px) {
        font-size: 1.1rem;
    }
}
