/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/open-sans-v34-latin-300.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/open-sans-v34-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/open-sans-v34-latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

main {
  max-width: 700px;
  margin: 50px auto;
  display: block;
  font-family: 'Open Sans';
}

img {
  display: block;
}

a {
  text-decoration: none;
}
.profile {
  max-width: 300px;
}
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #EDEDED;
}

body {
  margin: 0;
}

.card .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 30px 45px;
}

.card .right .logo {
  width: 290px;
  display: block;
}

.card .right .logo img {
  width: 100%;
}

ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

li {
  display: block;
}

ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  color: #575656;
  font-weight: 700;
}

ul li a img {
  width: 22px;
  margin-right: 5px;
}

ul.legal li a {
  font-weight: 300;
}

ul.legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.spacer {
  color: #A2C61D;
  font-size: 20px;
  font-weight: 300;
  margin: 0 5px;
}

.content {
  margin-top: 45px;
  color: #575656;
  line-height: 28px;
}

.content a {
  color: #A2C61D;
  text-decoration: underline;
  font-weight: 700;
}

.content span {
  color: #A2C61D;
  margin-left: 10px;
  margin-right: 5px;
}

@media (max-width: 740px) {
  h1 {
    font-size: 1.5em;
  }

  h2 {
    font-size: 1.2em;
  }

  h3 {
    font-size: 1em;
  }

  ul.legal {
    margin-top: 30px;
  }

  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 30px;
  }

  main {
    margin-top: 0;
  }

  .card .left img {
    margin: 0 auto;
    max-width: 100%;
  }

  .card .right {
    padding: 0;
    margin-top: 30px;
  }

  .card .right .logo {
    max-width: 100%;
  }

  .content {
    padding: 0 30px;
  }
}