.page-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  flex-shrink: 0;
}

.logo-wrapper {
  width: 230px;
  height: 255px;
}
.logo-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.text1 {
  display: flex;
  padding: 14px 20px 36px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #BB8DC0;
}
.text1 h1 {
  color: #FFF;
  font-size: 76px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 640px) {
  .text1 h1 {
    font-size: 44px;
  }
}
@media (max-width: 640px) {
  .text1 {
    padding-top: 23px;
  }
}

.location {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #F5F5F5;
}

.text2 {
  color: #BB8DC0;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
  max-width: 545px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
}
.text2 strong {
  font-weight: 700;
}
@media (max-width: 640px) {
  .text2 {
    font-size: 16px;
    padding-top: 0;
    line-height: 1.6;
  }
}

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