.main-content{
    overflow: hidden;
}
.shopping-centre{
    padding-left: 10px;
    height: 170px;  
} 
.shopping-title{
    height: 70px;
}
.shopping-centre-title{
    font-size: 18px;
}
.shopping-centre-title::after{
    content: '';
    display: block;
    background-color: #51B451;
    height: 3px;
    width: 50px;
}
.shopping-centre li{
    font-family: 'Poppins-regular';
    font-size: 14px;
    color: #616872;
}
.price{
    color: #616872;
    font-family: 'Poppins-SemiBold';
    font-size: 16px;
}
.cart-count{
    border-radius: 50%;
}
.shopping-centre-card-title{
    font-size: 18px !important;
}
.shop-btn-text{
font-size: 14px;
color:#f1f1f3;
}
.shop-btn-text:hover{
    color:#f1f1f3;
}