* {
box-sizing: border-box;
}
.box1 {
width: 650px;
height: 316px;
margin: 50px auto;
border: 1px solid black;
}
.image, .description {
height: 100%;
}
.image {
width: 50%;
border: 1px solid blue;
float:left;
}
.description {
width: 50%;
border: 1px solid orange;
float:right;
}