.info-container {
  width: 60%;
  margin: auto;
  text-align: left;
}

.info-text {
  margin-bottom: 40px;
}

.info-question {
  font-weight: bold;
  margin-bottom: -10px;
}

@media only screen and (max-width: 650px) {
  .info-container {
    width: 80%;
  }
}
