/** Shopify CDN: Minification failed

Line 139:1 Expected "}" to go with "{"

**/
.image-w-text-top{
  background-color:#F2F2ED;
  .column{
    margin:0;
  }
  .feature-text-paired{
    max-width:450px;
    margin:0 auto;
    padding:40px 0;
  }
  h2{
    font-weight: 600;
    font-size: 40px; 
    line-height: 1.16;
    letter-spacing: -1%;
    text-transform:none;
    max-width:430px;
  }
  .rte.lightly-spaced-row{
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    margin-bottom:3rem;
  }
  .button-row{
    margin-top:20px;
    margin-bottom:28px;
    .btn{
        font-size:16px;
        display:inline-flex;
        justify-content:space-between;
        min-width:300px;
        align-items:center;
        border:none;
        padding:16px 22px;
    }
    .btn--primary{
        *{fill:#fff !important;}
        color:#fff;
        background-color:#000;
    }
    .btn--secondary{
        *{fill:#000 !important;}
        color:#000;
        background-color:#fff;
        border:1px solid #000;
    }
  }
  h4{
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform:none;
    margin-bottom:0.2rem;
    margin-top:0;
  }
  .hwt{
    padding-bottom:1rem;
    border-bottom:1px solid #D9D9D5;
    margin-bottom:1rem;
  }

  .image-overlap{
    gap:5%;
  }
  .image-overlap__image-1{
    width:35%;
    flex: 1 0 35%;
    margin-top:0 !important;
  }
  .image-overlap__image-2{
    width:60%;
    flex: 1 0 60%;
    margin-inline-end: 0px !important;
    transform: none !important;
  }

  .icon-w-text{
    display:flex;
    align-items:center;
    gap:12px;
    margin-top:8px;
    font-size:14px; 
  }
}

@media screen and (min-width: 761px) {
  .hide-desktop{
    display:none;
  }
  .image-w-text-top .flexible-layout{
    align-items:center;
    .rte{
        margin:0;
    }
  }
}

@media screen and (max-width: 760px) {
  .image-w-text-top{
    overflow-x:hidden;
    .hide-mobile{
      display:none;
    }
    .feature-text-paired{
      margin-left:0;
    }
    h2{
      font-weight: 500;
      font-size: 32px;
    }
    .feature-text-paired{
        padding:40px 16px;
    }
     .rte.lightly-spaced-row{
        margin-bottom:0;
    }
    .desktop-hide-img {
      width: 100%;             
      aspect-ratio: 1 / 1;   
      margin-top:1rem;
      overflow: hidden;        
      position: relative;
      .theme-img{
        width:100%;
        object-fit: cover;        
        object-position: top;
        display: block;
      }
    }


}