
.product-container {
    display: flex;
    justify-content: space-between;
}

.product-box {
    width: 32%;
    height: 400px;
    border: 1px solid rebeccapurple;
}