/** Shopify CDN: Minification failed

Line 167:14 Unexpected "{"
Line 167:23 Expected ":"
Line 167:30 Unexpected "{"

**/


.main-heading {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 60px 0;
    color: #000;
    letter-spacing: -0.02em;
  }


  .about-image-column {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
  }

.about-image-column img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


  .about-content-column {
    display: flex;
    flex-direction: column;
  }

 .subheading {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 0 0 24px 0;
    line-height: 1.3;
}
.about-content-column .badges {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.about-content-column .badge {
    background-color: #FBECE4;
    color: #DA5813;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    border: none;
    letter-spacing: 0;
}

  .badge-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
    display: block;
  }

.description-text {
    margin-bottom: 30px;
}
  
  .description-text p {
    margin-bottom: 16px;
  }
  
  .description-text p:last-child {
    margin-bottom: 0;
  }

  .features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 25px;
    margin-bottom: 30px;
  }

  .feature-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }

  .feature-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-color: #FFF0E6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF5500;
  }
  
  .feature-icon svg,
  .feature-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
  }

  .feature-text {
    padding-top: 2px;
  }

.feature-text strong {
    display: block;
    color: #222;
    margin-bottom: 4px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.feature-text p {
    margin: 0;
    font-size: 12px;
    color: #555555;
    font-family: 'Inter';
}


.footer-text {
    font-size: 14px;
    color: #555555;
    margin: 0;
    padding-top: 0;
}

  @media (min-width:1280px) and (max-width: 1680px) {

.about-image-column {
    height: 500px;
}
.features-grid {
    margin-bottom: 20px;
}
  }

  @media (min-width:990px) and (max-width: 1279px) {
.about-image-column {
    height: 550px;
}

  }

  @media (max-width: 989px) {

    .section-{{ section.id }} {
      padding: 40px 20px;
    }
    
    .main-heading {
      font-size: 28px;
      margin-bottom: 30px;
    }
  }