.cost-container{
    padding-top: 100px;
}
.cost-container .cost-title{
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 1.5;
}
.cost-box{
    width: 350px !important;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(35, 40, 45, 0.1);
    box-sizing: border-box;
    padding: 20px;
    margin: 30px auto 0;
}
.cost-box .icon-box{
    /* 264px */
    width: 64px;
    height: 100%;
    padding-top: 20px;
    position: relative;
}
.cost-box .icon-box img{
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.cost-box .text-box{
    width: 246px;
}
.cost-box .text-box .title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
}