.shop-numbers-element {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: white;
    display: inline-block;
    height: 185px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px; 
    text-align: center;
    width: 185px;
    white-space: nowrap;
    position: relative;
}
.shop-numbers-element:hover:after {
    border: 2px solid white;
    border-radius: 50%;
    content: "";
    height: 106%;
    width: 106%;
    vertical-align: middle;
    position: absolute;
    top: -4%;
    left: -4%;
}
.shop-numbers-element:hover {
    background-color: white;
    color: #888888;
}
.shop-numbers-element:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.shop-numbers-element-inner {
    display: inline-block;
    vertical-align: middle;
}
.shop-numbers-container {
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
}
.shop-numbers-number {
    color: #d9002a;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.shop-numbers-title {
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    white-space: normal;
}
.shop-numbers-common-title {
    text-align: center;
    margin-bottom: 40px;
}
.shop-numbers-bg {
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.shop-numbers {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 1160px) {
    .shop-numbers-element {
        height: 150px;
        width: 150px;
    }
    .shop-numbers-number {
        font-size: 1.8rem;
    }
    .shop-numbers-title {
        font-size: 0.7rem;
    }
}
@media (max-width: 1020px) {
    .shop-numbers-element {
        margin-left: 15px;
        margin-right: 15px; 
    }
}
@media (max-width: 900px) {
    .shop-numbers-element {
        height: 120px;
        width: 120px;
    }
    .shop-numbers-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .shop-numbers-number {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    .shop-numbers-title {
        font-size: 0.5rem;
    }
}
@media (max-width: 335px) {
    .shop-numbers-element {
        height: 150px;
        width: 150px;
    }
    .shop-numbers-number {
        font-size: 1.8rem;
    }
    .shop-numbers-title {
        font-size: 0.7rem;
    }
}