:root {
  font-size: 16px;
}

@font-face {
  font-display: swap;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v37-latin-regular.eot');
  src: url('../fonts/quicksand-v37-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/quicksand-v37-latin-regular.woff2') format('woff2'), url('../fonts/quicksand-v37-latin-regular.woff') format('woff'), url('../fonts/quicksand-v37-latin-regular.ttf') format('truetype'), url('../fonts/quicksand-v37-latin-regular.svg#Quicksand') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/quicksand-v37-latin-700.eot');
  src: url('../fonts/quicksand-v37-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/quicksand-v37-latin-700.woff2') format('woff2'), url('../fonts/quicksand-v37-latin-700.woff') format('woff'), url('../fonts/quicksand-v37-latin-700.ttf') format('truetype'), url('../fonts/quicksand-v37-latin-700.svg#Quicksand') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot');
  src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot');
  src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Quicksand', Arial, sans-serif;
  color: #000;
  font-weight: 400;
}

#wrapper {
  position: relative;
  max-width: 560px;
  margin: 16px auto;
  border: 2px solid #000;
  padding: 16px;
  overflow: hidden;
  background-color: #fff;
}

.justify {
  text-align: justify;
}

.logo {
  position: relative;
}

.small {
  font-size: 0.9375em;
}

strong {
  font-weight: 700;
}

h1 {
  margin: 16px 0 22px;
  font-size: 29px;
  line-height: 1.3;
  font-weight: 700;
  font-family: 'Roboto', Arial, sans-serif;
}

h1 span {
  font-weight: 400;
  font-size: 16px;
  display: block;
  font-family: 'Quicksand', Arial, sans-serif;
}

h1+h2 {
  margin-bottom: 25px;
}

.icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 22px;
  gap: 16px;
  margin: 16px 0;
}

.center {
  text-align: center;
}

h1 strong {
  display: block;
  padding-bottom: 16px;
  font-size: 44px;
  position: relative;
}

h1 strong::before {
  content: "";
  width: 217px;
  height: 2px;
  position: absolute;
  bottom: 10px;
  left: -16px;
  margin-left: -1px;
  background-color: #000;
}

h2 {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

p:not(:last-of-type) {
  margin-bottom: 16px;
}

header {
  position: absolute;
  top: 104px;
  right: 60px;
}

article {
  margin: 0;
  padding: 0;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.flex::before {
  content: "";
  width: 2px;
  height: 72%;
  position: absolute;
  bottom: 18px;
  left: 50%;
  margin-left: -1px;
  background-color: #000;
}

.flex>div {
  width: 43%;
}

footer {
  margin: 0;
  padding: 0;
}

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: 0;
  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;
}

figure {
  position: absolute;
  bottom: 12px;
  right: 0;
}

@media all and (max-width:560px) {
  #wrapper {
    margin: 0;
    border: none;
  }

  .justify {
    text-align: left;
  }

  :is(p, ul) {
    hyphens: auto;
    text-wrap: pretty;
  }

  br:not(footer br) {
    display: none;
  }

  .flex>div {
    width: 100%;
  }

  .flex::before {
    display: none;
  }

  header {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px 16px 0;
  }

  figure {
    position: static;
    bottom: 12px;
    right: 0;
    text-align: right;
    margin: 16px -16px 0 0;
  }

  .icon {
    padding-left: 0;
    gap: 12px;
  }

  .icon div {
    flex: 1 1 0;
  }
}