.main-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.img img{
    width: 46px;
    border-radius: 15px;
}
.img{
    display: flex;
    align-items: center;
}
.img p{
    margin-bottom: 0;
    color: rgb(34, 34, 34);
    font-weight: 600;
}
.cart-block{
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cart-cont{
    height: 269px;
    width: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: rgb(228 231 233);
    border-radius: 15px;
}
.block-info{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.button button{
    width: 100%;
    border-radius: 10px;
    border: none;
    background-color: #261a2e;
    color: white;
    padding: 10px;
    font-size: 15px;
}
.title{
    color: rgb(187, 187, 187);
}
.text-block{
    padding-bottom: 50px;
}