/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 54:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .clickable-image-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  @media(min-width:769px){
    
    div#shopify-section-articles_pqBCzq {
    width: 100%;
    display: flex
;
    flex-direction: row;
}
    .clickable-image-blocks {
    width: 100%;
    display: flex
;
    flex-direction: row;
    gap: 2rem;        margin-bottom: 4rem;
}}
  .clickable-image-block {
    flex: 1 1 calc(33.333% - 20px);
    text-align: center;
    text-decoration: none;
    color: inherit;
  }
  .clickable-image-block img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
  }
  @media screen and (max-width: 767px) {
    .clickable-image-block {
      flex: 1 1 100%;
    }.clickable-image-blocks {
    width: 100%;
    display: flex
;
    flex-direction: column;
    gap: 2rem;
}
  }
</style>