body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #6e6a6a;
  text-decoration: none;
}

.section {
  min-height: 100vh;
}

.section.is--loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section.is--loader.hide {
  display: none;
}

.container {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container.is--left-aligned {
  text-align: left;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #10b89d;
}

.header.is--top {
  padding-top: 16px;
  padding-bottom: 16px;
}

.header.is--bottom {
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.background {
  min-height: 30vh;
  background-image: url('../images/MINT_qr_background-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
}

.heading.is--large {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 26px;
}

.content-wrapper {
  padding: 30px;
}

.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 20px;
}

.top.is--bottom {
  margin-top: 20px;
}

.icon {
  width: 32px;
  color: silver;
}

.icon.is--social {
  width: 40px;
  color: #1086b8;
}

.right-side {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.info-header {
  margin-bottom: 8px;
  font-size: 14px;
}

.info-header.is--bottom {
  font-size: 12px;
}

.info-item {
  font-size: 16px;
  font-weight: 600;
}

.info-contain.is--padding {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link {
  color: #333;
}

.link-2 {
  color: #333;
}

.social-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 20px;
}

.image {
  width: 80%;
}

.hide {
  display: none;
}

@media screen and (max-width: 479px) {
  .section.is--loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header.is--bottom {
    margin-top: 0em;
  }

  .background {
    min-height: 20vh;
    background-size: cover;
  }

  .heading {
    margin-bottom: 0px;
    line-height: 18px;
  }

  .content-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .top {
    grid-column-gap: 8px;
    font-size: 1vw;
  }

  .left-side {
    font-size: 1vw;
  }

  .icon {
    width: 8em;
  }

  .right-side {
    width: 15em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .info-header {
    width: 10em;
    font-size: 3.6em;
  }

  .info-header.is--bottom {
    font-size: 2.7em;
  }

  .info-item {
    font-size: 3.9em;
  }

  .info-contain {
    font-size: 1vw;
  }

  .info-contain.is--padding {
    font-size: 1vw;
  }

  .link {
    width: 8em;
  }

  .link.is-estafania {
    font-size: 0.8em;
  }
}

