@font-face {
  font-family: 'MessinaSansWeb';
  src: url('fonts/MessinaSansWeb-Book.eot'); /* IE9 Compat Modes */
  src: url('fonts/MessinaSansWeb-Book.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('fonts/MessinaSansWeb-Book.woff2') format('woff2'),
    /* Super Modern Browsers */ url('fonts/MessinaSansWeb-Book.woff')
      format('woff'); /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04;
}

@font-face {
  font-family: 'MessinaSansWeb';
  src: url('fonts/MessinaSansWeb-SemiBold.eot'); /* IE9 Compat Modes */
  src: url('fonts/MessinaSansWeb-SemiBold.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('fonts/MessinaSansWeb-SemiBold.woff2') format('woff2'),
    /* Super Modern Browsers */ url('fonts/MessinaSansWeb-SemiBold.woff')
      format('woff'); /* Pretty Modern Browsers */
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04;
}

body {
  font-family: 'MessinaSansWeb', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  background-color: white;
  color: #000132;
}

h1,
h2 {
  font-family: 'MessinaSansWeb', Helvetica, Arial, sans-serif;
  /* letter-spacing: -0.03em; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}

h1 {
  font-size: 3.2em;
  line-height: 1;
  margin-bottom: 3em;
  letter-spacing: -0.025em;
}

h2 {
  font-size: 2.4em;
  line-height: 1;
}

h3 {
  font-size: 1em;
}

a {
  color: #f01f51;
}

main.wrapper {
  max-width: 640px;
  margin: 0 auto 15em;
  padding: 1em;
}

section {
  margin: 8em 0;
}

section h3 {
  margin: 3em 0 1em 0;
  /* text-decoration: underline; */
  /* text-decoration-style: wavy; */
}

section#our-clients ul {
  display: grid;
  grid-gap: 4em;
  grid-template-columns: repeat(auto-fit, minmax(90px, 2fr));
  padding: 0;
  list-style: none;
  margin-top: 4em;
}

section#our-clients ul li {
  /* padding: 1em 2em; */
  height: 5em;
}

section#our-clients ul li img {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  mix-blend-mode: exclusion;
  opacity: 0.8;
}

ul {
  padding: 0 1em;
}

img.separator {
  max-width: 100%;
  width: 400px;
}

h1#we-are-superlimina {
  display: flex;
  flex-direction: column;
}

img.logo {
  display: block;
  margin: 0.2em 0;
}
