/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 44:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .image-pair-section {
    background-size: cover;
    background-position: center;
    padding: 40px 20px;
    color: white;
    text-align: center;
  }
  .image-pair-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .image-pair-container .image-block {
    flex: 1 1 45%;
    max-width: 45%;
  }
  .image-pair-container .image-block img {
    width: 100%;
    height: auto;
    display: block;
  }
  .image-label {
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: 600;
  }
  @media screen and (max-width: 768px) {
    .image-pair-container .image-block {
      max-width: 100%;
      flex: 1 1 100%;
    }
  }
</style>