/** Shopify CDN: Minification failed

Line 47:8 "diplay" is not a known CSS property
Line 55:3 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
.icon-title-section {    
    .icon-text-list {
      padding: 3.75rem 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 6.8125rem;
      gap: 50px;
      
      /* Optional styling */
      .icon-title-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
      
      .icon-holder {
        background-color: rgba(255,255,255, 0.1);
        border-radius: 50%;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.25rem;
      }
      
      .title {
        font-size: 1.3125rem;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0;
      }
      
      .icon-title-section .icon {
        max-width: 30px;
        diplay: block;
      }    
    }

    @media (min-width: 1200px) {
      .icon-text-list {
        gap: 6.8125rem;
      }
  }