
h1 {
  text-align: center;
}


.flex{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 120px;
  flex-wrap: wrap;
}


.image{
  width: 35%;
}

.captions{
  width: 40%;

  margin-left: 20px;
}



@media(max-width:800px){
  .image{
    width: 80%;
  }
  .captions{
    width: 80%;
  }
}