@font-face {
  font-display: swap;
  font-family: Inter;
  font-weight: 100 900;
  src: url('https://static.focus.teamleader.eu/fonts/Inter.var.woff2') format('woff2');
}

body {
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 36px;
}

h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 12px;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  color: #0071f2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

main {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: center;
}

section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #f7f7fa;
  height: 383px;
}

section ul {
  display: flex;
  justify-content: center;
  gap: 24px;
  list-style: none;
}

section ul li figure img {
  margin-bottom: 12px;
}

section ul li figure figcaption a {
  font-size: 12px;
  line-height: 18px;
}

section img {
  width: 84px;
}
