#plans{
    display: flex;
    justify-content: center;
    min-height: 100vh;
    background-color: #333;
}

#plans > .container{
    flex-direction: column;
}

#plans > .container .product{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}