:root {
  font-size: 16px;
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-regular.eot');
  src: url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'),
    url('../fonts/montserrat-v25-latin-regular.woff') format('woff'),
    url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'),
    url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v25-latin-700.eot');
  src: url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'),
    url('../fonts/montserrat-v25-latin-700.woff') format('woff'),
    url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'),
    url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg');
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 1.25;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #fff;
  font-weight: 400;
}

#wrapper {
  position: relative;
  max-width: 840px;
  margin: 16px auto;
  border: 1px solid #000;
  padding: 68px;
  overflow: hidden;
  background: #fff url('../images/banner.jpg') no-repeat 0 0;
}

.logo {
  position: absolute;
  top: 29px;
  right: 32px;
}


figure {
  display: none;
}

strong {
  font-weight: 700;
}

h1 {
  margin: 30px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;

}

h2 {
  margin: 38px 0 32px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

h2 a {
  background-color: #2ABCE3;
  padding: 9px 16px;
  border-radius: 60px;
  color: #fff !important;
  font-size: 18px;
  font-style: italic;
  margin-left: -18px;
}

h3 {
  margin: 16px 0;
  font-size: 40px;
  line-height: 1.125;
  font-weight: 700;
}

h3 strong {
  display: block;
  margin-left: -36px;
}

h4 {
  margin: 16px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  font-style: italic;
  color: #2DBCE1;
}

p:not(:last-of-type) {
  margin-bottom: 16px;
}



footer {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
}

footer .qrcode {
  position: absolute;
  top: 0;
  left: 225px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  margin: 0 0 16px;
  list-style: none;
}

ul li {
  padding-left: 12px;
}

ul li:before {
  content: "\2022";
  color: #000;
  float: left;
  margin-top: -3px;
  font-size: 20px;
  line-height: 1em;
  text-indent: -12px;
}

:is(a:link, a:visited, a:hover, a:active) {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

@media all and (max-width:840px) {
  #wrapper {
    margin: 0;
    border: none;
  }

  :is(p, ul) {
    hyphens: auto;
    text-wrap: pretty;
  }

  br:not(footer br) {
    display: none;
  }


}

@media all and (max-width:767px) {
  body {
    color: #000;
  }

  #wrapper {
    padding: 0;
    background-image: none;
  }

  figure {
    display: block;
  }


  article {
    padding: 16px;
  }

  h3 strong {
    display: block;
    margin-left: 0;
  }

  h2 a {
    margin-left: 0;
  }

  footer {
    padding: 0 16px 16px;
    font-size: 12px;
    line-height: 1.2;
    position: relative;
    text-align: center;
  }

  footer .qrcode {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
  }

  h2 {
    margin: 0px 0 32px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }

  h3 {
    margin: 0 0 16px 0;
    font-size: 40px;
    line-height: 1.125;
    font-weight: 700;
  }
}