.ngdialog-mobile.ngdialog-theme-default.ngdialog .ngdialog-content {
  max-width: 1020px;
  width: 1020px;
}

.mobile-content-wrapper,
.phone-container-wrapper{
  display: inline-block;
}

.mobile-content-wrapper{
  width: 70%;
}

.phone-container-wrapper{
  width: 30%;
  text-align: left;
}

.ngdialog-mobile-container {
  background: transparent;
  padding: 10px;
}

.ngdialog-mobile__content {
  border: solid 1px #d9d9d9;
  background-color: transparent;
  display: flex;
  text-align: center;
  padding: 20px 188px 0;
}

.qrcode-container {
  max-width: 130px;
  margin: 0 auto;
}

.mobile-content {
  padding: 20px 20px 0;
  text-align: center;
}

.mobile-button-container {
  text-align: center;
}

.mobile-content > p {
  font-weight: 700;
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
}

.mobile-content > h2 {
  color: #14805e;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  font-family: 'Gentona ExtraBold DEMO', sans-serif;
  margin-top: 0;
}

.phone-container {
  padding-right: 20px;
  padding-top: 30px;
}

.mobile-button-container {
  text-align: center;
  margin: 30px 0 0;
}

.mobile-button-container > * {
  display: block;
  margin: 0 auto;
}

.btn-visit-mobile {
  background-color: #f4f4f5;
  color: #666666;
  font-weight: 700;
  font-size: 12px;
  height: 32px;
  width: 180px;
  text-align: center;
  margin-top: 5px;
  border-radius: 5px;
}

.mobile-content__title-web {
  display: block;
}

.mobile-content__title-mobile {
  display: none;
}

.btn-mobile-donot {
  display: none;
  border: none;
  background-color: #ffffff;
}
