@media screen and (min-width: 1000px) {
  #issue div.answer {
    width: 55vw;
  }
}
#issue {
  height: 100vh;
  background: url("../images/index1.jpg") no-repeat;
  background-size: 100% 150%;
}
#issue .answer {
  display: flex;
  width: 20rem;
  background: #fff;
  margin: 0 auto 2rem;
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.16);
  border-radius: 29px;
  font-size: 13px;
  padding: 1.475rem 2.2125rem 4.3775rem;
}
#issue .answer ul li {
  margin-bottom: 0.625rem;
}
#issue .answer ul li div:first-child {
  color: #1E88E2;
}
#issue .answer ul li:last-child {
  color: #868686;
}
#issue footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}

/*# sourceMappingURL=commonIssue.css.map */
