.container{
  margin-top: 100px;
}


.flex{
  width: 90%;
  margin-left: 5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 120px;
  flex-wrap: wrap;
}


.image{
  max-height: 60vh;
  max-width: 35%;

}

.captions{
  width: 40%;
  margin-left: 20px;
}



@media(max-width:800px){
  .image{
    max-height: 60vh;
    width: auto;
    max-width: 80%;
    margin-top: 20px;
    margin-left: 2.5%;
  }
  .captions{
    width: 80%;
  }


}