.container {
  margin-bottom: 83px;
  height: 90vh;
}
.sub-text {
  margin-top: 1.6rem;
  line-height: 2.2rem;
  margin: 12px 20px 0;
}
.sub-text p {
  font-size: 1.3rem;
}
.annotation {
  color: #eb5505;
  background: #fff3ed;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3rem;
  border-radius: 10px;
  text-align: center;
  margin: 16px 5px 83px;
  padding: 12px 16px;
}
@media screen and (max-width: 320px) {
  .annotation {
    line-height: 2rem;
    margin: 8px 5px 0;
  }
  .sub-text {
    margin: 8px 12px 0;
  }
}
