/** Shopify CDN: Minification failed

Line 124:25 Unexpected "{"

**/
.detils_wrapper .transformation-text h2{
  font-size: 35px;
  font-weight: 500;
  line-height: normal;
  background: #D38C88;
  color: #FFF;
  text-align:center;
  
}
 .detils_wrapper {
  margin:0 auto 50px;
   padding:40px 0px;
   overflow:hidden;
   padding-bottom:40px;
   margin-bottom:0px;
 }
.transformation-image{
   flex:1 1 40%;
}
.transformation-text {
   flex:1 1 60%;
}
.foot-items p{
  display:none;
}
.moblie-item{
    display:none
  }
.transformation-image img{
  position:absolute;
      width: 100%;
    height: 100%;
    object-fit: contain;
}
.transformation-image{
  position:relative;
}
.faq-design{
  margin-left:50px;
}
/*  */
.faq-design {
            margin: 0 auto;
            padding: 20px;
        }
        .faq-item {
          
            margin-bottom: 10px;
        }
        .faq-title {
            cursor: pointer;
            position: relative;
            color: #873737;
           font-size: 20px;
           font-style: normal;
           font-weight: 700;
          line-height: normal;
          text-transform: uppercase;
        }
        .faq-content p{
             color: #A15B62;
             font-size: 18px;
             font-weight: 300;
             line-height: normal;
         }
.faq-design {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  scrollbar-width: none;
  cursor:pointer;
}
.faq-design:hover {
  scrollbar-width: thin;
}
.faq-item {
  flex: 0 0 50%;
  background: #fdeae2;
  padding: 10px 20px;
  padding-top: 20px;
  border-radius: 20px;
  margin-left: 20px;
}
@media only screen and (max-width:991px) {
  .faq-design .faq-item{
    flex:0 0 60%;
  }
}  
@media only screen and (max-width: 950px){
   .faq-design {
       padding: 15px;
    }
   
.detils_wrapper .transformation-text h2 {
    font-size: 28px;
}
.faq-title {
    font-size: 18px;
}
}
@media only screen and (max-width: 800px) {
    .transformation-image{
   flex:1 1 100%;
}
.transformation-text {
   flex:1 1 100%;
  overflow:auto;
}
  .moblie-item{
    display:block
  }
  .desktop-item{
    display:none;
  }
  .transformation-image img {
    position: inherit;
    margin-bottom:25px;
  }
  .transformation-image, {
     order:1;
  }
  .transformation-text {
    order:2;
  }
      .faq-design .faq-item {
        flex: 0 0 80%;
    }
}
@media only screen and (max-width:600px) {
      .faq-design .faq-item {
        flex: 0 0 90%;
    }
}
@media only screen and (max-width: 475px){
  .detils_wrapper .transformation-text h2 {
        font-size: 24px;
    }
  .faq-title{
    left:10px;
}
   .faq-design {
        padding: 0px;
    }
     
      .faq-title {
        font-size: 16px;
    }
  .faq-item {
    margin-bottom: 0px;
}
  .faq-content {
    padding: 10px;
  }
  .faq-content p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 398px){
    .faq-title {
        font-size: 14px;
    }
}