.container {
  padding: 0 1.6rem;
  padding-bottom: 2.6rem;
}

.footer {
  background-color: inherit;
  padding: 0;
}

.header {
  border-bottom: 2px solid #020202;
  margin-bottom: 2.2rem;
}

.actions-wrapper {
  width: 100%;
  position: relative;
  text-align: right;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.actions-wrapper > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.1rem;
  float: right;
}

.actions-wrapper > * img {
  display: block;
}

.logo-wrapper {
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
  justify-content: space-between;
}

img.img-logo  {
  width: 9.1rem;
}

.btn-close-apologize {
  width: 4.1rem;
}

.logo-wrapper img {

}

div.title {
  font-family: SpoqaHanSansNeo;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.6rem;
}

div.content {
  font-family: lato, SpoqaHanSansNeo !important;
  word-break: keep-all;
  margin-bottom: 2.6rem;
}



.buttons-wrapper {

}

.btn {
  background-color: #020202;
  color: white;
  font-family: SpoqaHanSansNeo !important;
  height: 4.3rem;
  width: 100%;
  margin-bottom: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}


.btn-s {
  height: inherit;
  width: inherit;
  font-size: 1.2rem;
  display: block;
  border-radius: 0;
  padding: 1rem 2.4rem;
  margin-top: 0.9rem;
}

.btn.btn-link {
  color: #020202;
  border: 1px solid #222;
  background-color: white;
  width: fit-content;
}

div.footer {
  background-color: #f6f6f6;
  padding: 0 1.6rem;
}

div.footer * {
  font-family: lato, SpoqaHanSansNeo !important;
}

.info-wrapper {
  padding: 2.2rem 0 2.7rem;
}

.txt-title {
  font-size: 1.4rem;
  color: black;
  margin-bottom: 0.7rem;
}

.txt-subtitle {
  font-size: 1.2rem;
  color: black;
  margin-bottom: 1.1rem;
}

.txt-description {
  color: #666;
  font-size: 1.1rem;
}

.font-size-14 {
  font-size: 1.4rem !important;
}

.font-size-12 {
  font-size: 1.2rem !important;
}

.question-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.question-answer {
  margin-bottom: 2.6rem;
  line-height: 1.9rem;
}

.question-answer ul {
  padding-top: 1rem;
}

.question-answer ul li {
  list-style: disc;
  margin-left: 1.6rem;
}

.content * {
  font-family: lato, SpoqaHanSansNeo !important;
}


.app-push-popup {
  display: none !important;
}
