.stati-setka__object {
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 15px;
    display: block;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.stati-setka__object:hover {
    border-color: #2388C1;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}
.stati-setka__object-image-wrapper {
    width: 60px;
    margin-top: 4px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
    
}

.stati-setka__object-title {
    margin-bottom: 10px;
}

@media (min-width:576px) {
    .stati-setka__object-image-wrapper {
        
        width: 90px;
    }
    .stati-setka__object::after {
        content: "";
        display: block;
        width: 100%;
        clear: both;
    }
}

@media (min-width:992px) {
    .stati-setka__object-image-wrapper {
        
        width: 110px;
    }
    .stati-setka__object { 
        padding: 20px 30px;
    }
}