.clearfix::before, .clearfix::after {
  content: '';
  display: table; }

.clearfix::after {
  clear: both; }

.categoryTile-wrapper {
  margin-bottom: 30px; }
  @media (max-width: 543.98px) {
    .categoryTile-wrapper {
      margin-bottom: 20px; } }
  .categoryTile-wrapper picture {
    margin-bottom: 20px; }
    @media (max-width: 768.98px) {
      .categoryTile-wrapper picture {
        height: 250px; } }
    @media (max-width: 543.98px) {
      .categoryTile-wrapper picture {
        height: 120px;
        margin-bottom: 8px; } }
    .categoryTile-wrapper picture img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .categoryTile-wrapper .categoryTile-link {
    font-family: 'gill-medium', Arial, sans-serif;
    font-style: normal;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 1;
    text-transform: uppercase; }
    @media (max-width: 768.98px) {
      .categoryTile-wrapper .categoryTile-link {
        font-size: 1.125rem; } }
    @media (max-width: 543.98px) {
      .categoryTile-wrapper .categoryTile-link {
        font-size: 0.75rem; } }
