.information-popup {
  align-items: center;
  background-color: #00000055;
  font-size: 62.5%;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 1500;
  display: none;
}

.information-popup.show {
  display: flex;
}

.information-popup-window {
  background-color: #f2f2f4;
  border-radius: 16px;
  width: 90%;
  padding: 16px;
}

.information-popup-detail {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.information-popup-title {
  font-size: 3.2em;
}

.information-popup-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.4em;
  line-height: 2.07;
  margin-bottom: 12px;
  margin-top: 26px;
  text-align: center;
}
