.result > div{
  display: inline-block;
  padding: 1.2em;
  box-sizing: border-box;
  background-color: skyblue;
  vertical-align: top;
  font-size: 0.9em;
}
.result > div:nth-of-type(2){
  width: 72px;
  min-height: 380px;
}
.result > div:nth-of-type(3){
  width: 564px;
  min-height: 72px;
}
#clipped{
  width: 564px;
  height: 380px;
  background-color: bisque;
}
img{
  width: 200px;
  margin: 0 1.4em 1.4em 0;
  float: left;
}
span{
  font-size: 1.2em;
}