/** Shopify CDN: Minification failed

Line 44:22 Expected ":"

**/
@media screen and (min-width: 1000px) {
   .image-with-text__image-wrapper{
     width:60% !important;
     margin-left:0px !important;
     padding:15px;
   }
  
   .image-with-text__wrapper{
        padding:0px !importnt;
        display:flex;
        justify-content:space-between;
        align-items: flex-start;
        position:reactive;
      }
 .text-container .heading{
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
  }
  .text-container .h3{
    margin:0px !important;
  }
  .image-with-text__content-wrapper{
    padding:15px;
  }
  .button-wrapper{
   position: absolute;
        bottom: 106px;
  }
   .button{
    
    line-height:normal !important;
    padding:8px 10px;
  }
      .button:not(.button--text){
        padding:8px 10px;
      }
  .image-with-text__text-wrapper p{
      font-size:18px;s
      font-style: italic;
}
}
@media screen and (max-width: 999px) {
    .image-with-text {
      padding:0px !important;
    }
  .image-with-text__content-list {
    padding-bottom:10px !important;
  }
 .image-with-text__image-wrapper{
   margin-bottom:0px!important;
 }
   .text-container .h3{
    margin:0px !important;
     font-size:15px !important;
     font-weight:700;
  }
  .image-with-text__content {
    margin-top:10px !important;
  }
  .button-wrapper{
    margin-top:15px !important;
  }
  .button{
    line-height:normal !important;
    padding:8px 10px;
  }
  .container{
    padding:0 15px !important;
  }
}
 .image-with-text__content{
    text-align:left;
  }
.image-with-text__text-wrapper p {
  padding:0px !important;
  margin:0px !important;
}
.image-with-text__text-wrapper p:nth-child(2){
   margin-top:15px !important;
}
.image-with-text__text-wrapper p:nth-child(3){
   margin-top:0px !important;
}