   
   
   .calculator{
    padding: 40px 0;
   }
   .value-calculator-item {
            background: #fff;
            padding: 20px;
            border: #f3f3f3 1px solid;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0px 0px 26px 12px #f0f0f3;
            transition: all .4s ease;
            margin-bottom: 15px;
        }
        
        .value-calculator-item.pip-col-1 {
            min-height: 817px;
         
        }
        .value-calculator-item.pip-col-3 {
            min-height: 958px;
        }
        .value-calculator-item.pip-col-5 {
        min-height: 1048px;
    }
    
    .value-calculator-item.pip-col-7 {
    min-height: 861px;
}