/** Shopify CDN: Minification failed

Line 130:0 Unexpected "}"

**/
.heading_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec-heading{
  font-size: var(--font-size-h1); /* 55pt as per our update */ 
  margin: 0;
  color: var(--color-text-primary); /* Using our color variable */
}
h3.sec-sub-heading p{
  font-size: var(--font-size-body); /* 20pt as per our update */ 
  line-height: var(--line-height-body); /* Adjusted line height */
  color: var(--color-text-primary); /* Using our color variable */
  font-weight: 400; /* Avenir Roman weight */
}
.icon-txt-img-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: end;
}
.icon-txt-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 2rem;
  width: 65%;
  max-width: 100%;
  margin: 0 auto;
}
.icon-txt-block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
}
.icon-txt-block img {
  width: 80px;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
}
.text-wrap {
  font-size: var(--font-size-body);  /* 20pt as per our update */ 
  color: var(--color-text-primary); /* Using our color variable */
  font-weight: 400; /* Avenir Roman weight */
  letter-spacing: normal;
  line-height: var(--line-height-body); /* Adjusted line height */
}
h3.bottom-text {
  text-align: center;
  padding-top: 3rem;
  font-size: var(--font-size-body); /* 20pt as per our update */ 
  color: var(--color-text-primary); /* Using our color variable */
  line-height: var(--line-height-body); /* Adjusted line height */
}
.image-wrap img{
  height: 475px;
}
@media screen and (max-width:1420px){
  .icon-txt-wrap{ width: 80%; }
  .sec-heading{
    font-size: var(--font-size-h1); /* 40pt as per our update */ 
  }
}
@media screen and (max-width:1250px){
  .icon-txt-wrap{ width: 100%; }
  .sec-heading{
    font-size: var(--font-size-h1); /* 35pt as per our update */ 
  }
  h3.sec-sub-heading {
    width: 92%;
  }
}
@media screen and (max-width:989px){
  .icon-txt-img-wrap{ grid-template-columns: 1fr; }
  .image-wrap {
    text-align: center;
    margin-top: 3rem;
  }
  .sec-heading{
    font-size: var(--font-size-h1); /* 32pt as per our update */ 
  }
  
  .icon-txt-block{
    text-align: center;
  }
  .icon-txt-wrap{
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width:767px){
  .text-wrap {  font-size: var(--font-size-body);  /* 18pt as per our update */  }
  .icon-txt-block img {
    width: 65px;
  }
  .sec-heading{
    font-size: var(--font-size-h1); /* 28pt as per our update */ 
  }
   h3.sec-sub-heading p {
    font-size: var(--font-size-body); /* 18pt as per our update */ 
  }
  h3.bottom-text{
    font-size: var(--font-size-body); /* 18pt as per our update */ 
  }
  .sec-sub-heading{
    max-width: 100%;
  }

  .image-wrap img{
    height: auto;
    max-width: 100%;
  }

  .icon-txt-block {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 484px){
  .icon-txt-block{ gap: 1rem; }
  .sec-heading{ font-size: var(--font-size-h1); /* 25pt as per our update */ }
  }
}