.pte-1{
  padding-top: 1em!important;
}
.pte-2{
  padding-top: 2em!important;
}
.pte-3{
  padding-top: 3em!important;
}
.pte-4{
  padding-top: 4em!important;
}
.pte-5{
  padding-top: 5em!important;
}
.pbe-part{
  padding-bottom: .5em!important;
}
.pbe-1{
  padding-bottom: 1em!important;
}
.pbe-2{
  padding-bottom: 2em!important;
}
.pbe-3{
  padding-bottom: 3em!important;
}
.pbe-4{
  padding-bottom: 4em!important;
}
.pbe-5{
  padding-bottom: 5em!important;
}
.mtb-e-1{
  margin: 1em 0!important;
}
.mbe-1{
  margin-bottom: 1em!important;
}
.mbe-2{
  margin-bottom: 2em!important;
} 
.mbe-3{
  margin-bottom: 3em!important;
}
.ntp-destype{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}
.ntp-title-pancake{
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    padding-bottom: 80px;
  }

  .button-trial-pancake{
    background: #039855;
    padding:16px 28px;
    border: 1px solid #039855;
    border-radius: 8px;
    color: #FFFFFF;
    font-size:18px;
    font-weight:600;
    height: 64px;
  }
 .button-trial-pancake svg{
    margin-left:16px;
  }
  .whatCake{
    background:#fafafa;
    position:relative;
  }
  .whatCake-circle{
    position:absolute;
    z-index:2;
    bottom:-10px;
    right:20px;
  }
  .whatCake-star{
    position:absolute;
    z-index:1;
    right:35px;
    bottom:-15px;
  }
  .whatCake-header{
    font-weight: 600;
    font-size: 30px;
  }
  .whatCake-header span{
    color:#027A48;
  }
  .whatCake-body{
    text-align:center;
  }
  .ntp-box{
    padding: 16px 24px;
    border-radius:8px;
    border: 1px solid #D9D9D9;
    display:flex;
    width:100%;
    min-height:142px;
  }
  .ntp-box:hover{
       border: 1px solid #027A48;
       box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
  }
  .productCake-icon{
    width:15%;
  }
  .productCake-des{
    width:85%;
  }
  .productCake-des h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color:#101828;
  }
  .productCake{
    font-size:16px;
    font-weight:500;
    line-height:24px;
    color: #595959;
  }
  .divider{
    height:1px;
    width:100%;
    background:#d9d9d9;
  }
  .teamCake{
    position:relative;
  }
  .teamCake-absolute{
    position:absolute;
    top:0;
  }
  .star-1{
    position:absolute;
    left:5px;
    display:none;
  }
  .star-2{
    position:absolute;
    top:15px;
    display:none;
  }
  .teamCake-inner{
    text-align:center;
  }
.partnerCake{
  background:#fafafa;
}
  @media(max-width:769px){
.pte-m-1{
  padding-top: 1em!important;
}
.pte-m-2{
  padding-top: 2em!important;
}
.pte-m-3{
  padding-top: 3em!important;
}
.pte-m-4{
  padding-top: 4em!important;
}
.pte-m-5{
  padding-top: 5em!important;
}
.pbe-m-1{
  padding-bottom: 1em!important;
}
.pbe-m-2{
  padding-bottom: 2em!important;
}
.pbe-m-3{
  padding-bottom: 3em!important;
}
.pbe-m-4{
  padding-bottom: 4em!important;
}
.pbe-m-5{
  padding-bottom: 5em!important;
}
.ntp-destype{
  font-size: 14px;
}
.productCake-icon{
 width:15%;
}
.productCake-des {
  width:85%;
}
 .d-none-769{
    display:none;
  }
  .d-block-769{
     display:block !important;
  }
}
@media(max-width:739px){
     .whatCake-header{
       font-size:24px;
     }
     .whatCake-body,.whatCake-footer{
       font-size: 14px;
      line-height: 20px;
     }
     .text-right-mobile{
       text-align:left !important;
     }
     .productCake-icon{
       width:25%;
     }
     .productCake-des {
        width:75%;
     }
    .productCake-des h3{
      font-size: 16px;
      margin-bottom:0;
    } 
    .ntp-box{
      padding:16px 8px;
    }
}  