/** Shopify CDN: Minification failed

Line 120:0 Unexpected "#"
Line 120:2 Unexpected "{"
Line 120:11 Expected ":"
Line 121:14 Expected identifier but found whitespace
Line 121:16 Unexpected "{"
Line 121:24 Expected ":"
Line 121:43 Expected ":"

**/
.multi-head-with-images-section .simple-mantra{padding-top:96px;}

.multi-head-with-images .text-container{
  max-width: 465px;
  margin: auto;
}

.multi-head-with-images{
    text-align:center;    
  }
.simple-mantra .text-container p{
    padding: 0 35px;
  } 

.text-container h2{margin-bottom: 25px;}

  .multi-head-with-images-section .LP-flex{
    display:flex;
    justify-content: center;
    max-width:960px;
    margin:auto;
  }
  
  .multi-head-with-images-section .multi-head-with-images .image-text-container{
    width:33.33%;
    padding:40px 0 20px;
  }
  .multi-head-with-images-section .image-text-container img{
    max-width: 96px;
    padding-bottom:10px;
  }

.multi-head-with-images-section .section-button{
  margin-top:55px;
  margin-bottom: 20px;
}

.multi-head-with-images-section .Fully-transparent img{max-width:72px;}

.multi-head-with-images-section .sectionSmallHead{
 margin-bottom: 16px;
}
.multi-head-with-images .text-container h6{
    font-size: 18px;
    font-family: 'Bogue-medium';
    line-height: 32px;
    margin-bottom: 5px;
    color:#475e52;
}
.multi-head-with-images .sectionSmallHead p{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    font-family: Bogue-medium; 
}

/* .multi-head-with-images .text-container p{margin-bottom:0;} */

.simple-mantra .icon {min-height:118px;}
.Fully-transparent .icon {min-height:80px;}




@media screen and (max-width: 768px){
  
 .multi-head-with-images-section .simple-mantra{padding-top:48px;}
  .multi-head-with-images {
    text-align: center;
  }
  .multi-head-with-images-section .multi-head-with-images .image-text-container{
    padding: 20px 0 0;
    margin: 0;
  }
  .text-container h2 {
    margin-bottom: 16px;
   }
  
  .multi-head-with-images-section .image-text-container img{
      max-width: 64px;
      padding-bottom: 5px;
  } 
  .custom-sm-head-text p {
    font-size: 14px; 
    line-height: 20px;
  }
  .multi-head-with-images .sectionSmallHead p {
    font-size: 20px;
  }

  .multi-head-with-images .text-container h6 {
    
    margin-top: -10px;
}

  .multi-head-with-images-section .section-button {
    margin-top: 40px;
    margin-bottom: 0;
}
  .simple-mantra .icon, .Fully-transparent .icon {min-height:80px;}
  .simple-mantra .text-container p {
      padding: 0;
  }
}


/* =================== Ayuurveda page ========================== */

#{{ section.id }} .text-container{
    max-width: {{section.settings.width}}px;
    margin: auto;
}

.border-icon{
    width: 84px;
    margin: auto;
    border: 1px solid #a79a91;
    border-radius: 50px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.multi-head-with-images-section .border-icon img{    max-width: 32px; padding-bottom: 0; }

.multi-head-with-images-section .what-do-need-to-know p strong{
    font-size: 18px;
    font-family: Bogue-medium;
    font-weight: 500;
    line-height: 1;
}
.multi-head-with-images-section .what-do-need-to-know p{
      font-family: Plain-Regular;
    line-height: 1.5;
    font-size: 16px;
    max-width: 440px;
    margin: auto;
    margin-bottom: 16px;
}

@media screen and (max-width: 768px){
  .border-icon {
    width: 64px;
    height:64px
  }
  .multi-head-with-images-section .border-icon img{
    max-width: 25px;    
  }
}

@media screen and (max-width: 576px){
.multi-head-with-images-section .LP-flex { 
    flex-wrap: wrap;
  }
}