.memoryAndStorage {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 600px) {
  .memoryAndStorage {
    width: 100%;
  }
}
