.benefits-holder-section .descroption {
    margin: 20px 0 80px;
}
.benefits-holder {
    display: flex;
    width: 680px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.frn-benefit {
    flex: 0 32%;
    height: auto;
    margin-bottom: 60px;
}
.frn-benefit figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}
.frn-benefit figure img {
    width: auto;
}
.frn-benefit .frn-benefit__text {
    margin-top: 30px;
}