.content {
  padding: 4% 8%;
}

.content h1 {
  margin-top: 78px;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #f1f2f6;
  line-height: 88px;
  margin-bottom: 10px;
}
.content h3 {
  margin: 15px 0;
}

.content {
  font-size: 14px;
  font-weight: bold;
  color: #393939;
  padding: 4% 8%;
  padding-bottom: 120px;
}

.content p {
  margin: 0;
  line-height: 25px;
}

.content div p {
  text-indent: 20px;
}

.blackoveride {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  background: black;
  z-index: 1001;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}

@media (max-width: 768px) {
  .content {
    padding-bottom: 25%;
  }
  #iframe {
    width: 315px !important;
    height: 450px !important;
  }
}
.header {
  background: #85b1c8;
}

.footer {
  background: #85b1c8;
  padding: 2rem 0 1.7rem;
  text-align: center;
  color: #ffffff;
  opacity: 0.8;
}

.link {
  margin-bottom: 0.5rem;
}

.footer a {
  display: inline-block;
  padding: 0 0.5rem;
  line-height: 1;
  cursor: pointer;
}

.footer a:last-child {
  border: none;
}

.qr-code {
  width: 122px;
  margin-top: 1.5rem;
}

html {
  min-width: auto;
}
