.show_box{
padding:20px;
border-radius:20px;
box-shadow: 3px 3px 6px #666;
margin:30px;
display:inline-block;
width:40%;
flex-grow: 91;
overflow: hidden;
justify-content: center;
            align-items: center;
}
.show_pic{
max-width: 100%;
border-radius:20px;
box-shadow: 3px 3px 6px #666;
height:300px;
}


