.categoryIntroduction {
    margin-bottom: 2rem;
}

.categoryIntroduction__contentWrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
}

.categoryIntroduction__imageWrapper {
    max-width: 240px;
}

.categoryIntroduction__imageWrapper img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 1px #f2f2f2;
}

@media (min-width: 768px) {
    .categoryIntroduction__contentWrapper {
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: flex-start;
    }
}
