html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
    padding: 80px;
    overflow-x: hidden;
    color: #0F0017;
    font-family: 'Muli', sans-serif;
}

@media screen and (max-width: 599px) {
  body {
    padding: 30px;
  }
  .logos {
      margin-top: 40px !important;
  }

}

::-moz-selection { background: #00ff86; }
::selection { background: #00ff86; }

.banner {
    border-radius: 4px;
}

h1 {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 2.4rem;
    font-weight: 600;
}

h2 {
    margin-top: 40px;
    margin-bottom: 30px;
}

ul {
    margin-left: -22px;
}

p, li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6rem;
    font-weight: 400;
}

.full {
    width: 100%;
    max-width: 560px;
}

.banner {
    width: 100%;
    max-width: 720px;
    height: 150px;
    margin-bottom: 40px;
}

.logos {
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.logos img {
    width: 130px;
    margin-right: 40px;
    float: left;
}
