/** Shopify CDN: Minification failed

Line 111:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-icon-card-section (INDEX:20, SCOPED:FALSE) */
.ib-ap-ict-section{
  padding-top: 30px;
  padding-bottom: 30px;
}
  .ib-ap-ic-title-wrap{
    text-align: center;
  }
  .ib-ap-ict-card-wrap{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
  }
  .ib-ap-ict-title-wrap h2{
    margin-top: unset;
    text-align: center;
  }
  .ib-ap-ict-card{
    background-color: #FDFDFD;
    border:1px solid #0405031A;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    min-width:170px;
    width: calc((100% - 60px) / 4);
    min-height:430px;
    padding: 30px 20px 20px;
    height: auto;
  }
  .ib-ap-ict-card .ib-ap-ict-card-icon img{
    max-width:136px;
    max-height: 136px;
    margin-top: 50px;
  }
  .ib-ap-ict-card-content{
    text-align: center;
  }
  .ib-ap-ict-card-content h3{
    font-weight:700;
    color: #040503;
    text-transform: capitalize;
  }
  .ib-ap-ict-card-content p{
    margin-bottom: 0;
    color: #040503;
  }
  .ib-ap-ict-card{
    transition: 
      transform var(--duration-medium) var(--ease-out-slow),
      box-shadow var(--duration-medium) var(--ease-out-slow);
  }

  .ib-ap-ict-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  }

  @media(max-width:1024px){
  .ib-ap-ict-card{
    width: calc((100% - 20px) / 2);
    min-width: auto;
  }
}
  @media(max-width:767px){
    .ib-ap-ict-section{
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .ib-ap-ict-card{
      width: calc((100% - 10px) / 2);
    }
    .ib-ap-ict-card-wrap{
      gap:10px;
    }
    .ib-ap-ict-card{
      min-height: unset;
    }
    .ib-ap-ict-card .ib-ap-ict-card-icon img{
      max-width:70px;
      max-height: 70px;
      margin-top: 30px;
    }
    .ib-ap-ict-card-content h3.h2{
    font-weight: 500;
    font-size: 10.31px;
    line-height: 1.3;
    }
    .ib-ap-ict-title-wrap h2{
    font-size: 24px !important;
    line-height: 1.2 !important;
    }
    .ib-ap-ict-card-content p{
    font-weight: 400;
    font-size: 8.25px;
    line-height: 1.6;
    }
  }
}
/* END_SECTION:custom-icon-card-section */