.container{
    display: flex;
    width: 100%;
    justify-content: center;
    border: 3px groove red;
}

.make{
    width: 30%;
    height: 400px;
    border: 2px solid black;              
}

.make p{
    text-align: center;
}

.make > img{
    width: 90%;
    
}
