.saleProContent{
    display: flex;
    justify-content: center;
}
.saleProContent ul{
    width: 50%;
    display: flex;
    justify-content: space-around;
}
.saleProContent ul li{
    width: 70px;
    text-align: center;
    float: left;
    height: 70px;
    border: 1px solid #FF0000;
    background: #EBEBEB;
    border-radius: 50%;
    padding: 12px;
    color: #ff0000;
}

@media (max-width: 991px){
    .saleProContent ul{
        width: 100%;
    }
}