.main-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.img img{
    width: 125px;
}
.img{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.img p{
    margin-bottom: 0;
    color: rgb(0, 162, 255);
}
.cart-block{
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cart-cont{
    height: 269px;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    width: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.block-info{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.button button{
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: #54cf01;
    color: white;
    padding: 10px;
    font-weight: 600;
}
.title{
    color: rgb(187, 187, 187);
}
.text-block{
    padding-bottom: 50px;
}