.landing-block-node-card-photo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.b-numbers__items .b-number-item__title:before{
    background-image: unset;
}

.b-numbers .b-number-item {
    margin-bottom: 0;
    padding-top: 0;
    justify-content: flex-start;
    align-items: center !important;
    text-align: center !important;
}

.b-numbers__items .b-number-item__title {
    align-self: center !important;
}

.b-numbers {
    padding-top: 60px;
    padding-bottom: 100px;
}

.b-numbers__items {
    justify-content: space-evenly;
    gap: 40px;
}

@media (max-width: 1024px) {
    .b-numbers__items .b-number-item {
        max-width: 137px;
    }
}

@media (max-width: 768px) {
    .b-numbers__items .b-number-item {
        max-width: 164px;
    }
}

@media (max-width: 375px) {
    .b-numbers__items .b-number-item {
        max-width: 94px;
    }
}
