import styled from 'styled-components' import { BaseSection } from '../../../layout/section/baseSection' export const StyledItemsSection = styled(BaseSection)` & .kirk-items-section-content { display: flex; } `