.benefits{
    padding-bottom: 40px;
    padding-top: 30px;
    border-bottom: 1px solid #e4e4e4;
}

.benefits-item{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.benefits-item:nth-child(1), .benefits-item:nth-child(2), .benefits-item:nth-child(3){
    border-bottom: 1px solid #dbdbdb;
}

.benefits-item:not(:nth-child(3n)){
    border-right: 1px solid #dbdbdb;
}

.benefits-text{
    font-family: pf_agora_slab_proregular;
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
}
