.cr{
    height: 300px;
    min-width: 320px;
    background-color: #E7D4B5;
    margin-top: 50px;
    margin-bottom: 50px;
}

.crImage{
  width: 200px;
  height: 250px;
  background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.crDiv{
    min-width: 320px;
    height: 300px;
    margin-left: 10px;
    margin-right: 10px;
  }
.crContent{
    height: 300px;
    padding-left: 10px;
}
@media(min-width: 420px){
    .crImage{
        width: 100%;
        height: 100%;
    }
}

@media(min-width: 1500px){
    .crDiv{
      max-width: 1600px;
    }
    .cr{
        height: 400px;
    }
}