.orderContainer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.order {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    border-bottom: 1px solid white;
    /* border: 1px solid white; */
}
.order p {
    padding: 10px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
}
.order img {
    width: 50%;
}
.order p b {
    font-weight: normal;
    font-size: 20px;
}