.economy{
    background: url("../img/module-economy/bg.jpg") no-repeat top center #f8f8f4;
}

.economy-item{
    text-align: center;
    padding: 62px 0 0 0;
    box-sizing: border-box;
    background: url("../img/module-benefits/item-bg.png") no-repeat top center;
    margin-bottom: 32px;
}

.economy-head{
    text-align: center;
    font-family: robotomedium;
    font-size: 24px;
    line-height: 24px;
    margin-top: 6px;
    color: #528109;
}

.economy-text{
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    line-height: 24px;
}

.economy .module-header{
    margin-top: 50px;
}