html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: rgb(247, 247, 247);
  }
  
  img {
    width: 100%;
    height: auto;
  }
  
  .images {
    display: flex;
  }
  
  .desktop {
    width: 60%;
    margin: 0 24px;
  }
  
  .mobile {
    width: 10%;
    margin: 0 24px;
  }
  