.bottom__stat {
    text-align: center;
    padding: 20px;
}

.bottom__stat h3,.bottom__stat .h3 {
    font-weight: 500;
    font-size:20px;
    margin: 12px;
}

.bottom__stat p {
    margin: 12px;
}

.bottom__stat span {
    color: #E41B45;
}

@media(max-width: 768px) {
    .bottom__stat h3, .bottom__stat .h3{
       font-size: 16px;
    }
}

.current-objects__count {
    line-height: 24px;
    font-weight: 500;
}

.current-objects__count span {
    color: #e31e25;
    font-weight: 700;
}