
  .images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .images img {
    margin-top: 8px;
    width: 32.7%;
  }

  img {
    border-radius: 7px;
  }

  section {
    margin-bottom: 50px;
  }

  @media screen and (max-width: 500px) {
    .images img {
      width: 49%;
    }
  }