.pzh-benefit-count__single {
    font-size: 28px;
    padding: 33px 0;
    display: flex;
}
.pzh-benefit-count__single:not(:first-child) {
    border-top: 1px solid #4F7BA0;
}
.pzh-benefit-count__title {
    font-weight: 500;
}
.pzh-benefit-count__number {
    font-weight: 500;
    color: #4F7BA0;
    margin-right: 44px;
}
.pzh-benefit-count .pzh-benefit-count__single--icon {
    align-items: center;
}
.pzh-benefit-count .pzh-benefit-count__single--icon .pzh-benefit-count__number {
    height: 73px;
    width: 73px;
    background-color: #4F7BA0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pzh-benefit-count .pzh-benefit-count__single--icon .pzh-benefit-count__number img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}
