.screenshot {
  width: 300px;
  margin-bottom: 1em;
}
.screenshot__top {
  margin-bottom: 2em;
}
.info-box{
  width: 60%;
}
/* Phone Resizing */
@media (max-width: 768px){
  .screenshot {
    width: 250px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .screenshot__top {
    margin-right: 1em;
  }
  .info-box{
    width: 100%;
  }
}
