*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: #5b5c65;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
}

nav {
  height: 90px;
  width: 100%;
  padding: 16px 24px;
  background-color: #ffffff;
  border-bottom: 1px solid #c4cbcf;
}

nav ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: flex;
  align-items: center;
  margin: 0 24px 0 0;
}

nav ul li img {
  height: auto;
}

nav ul li a img.arrow {
  width: 20px;
}

nav ul li img.logo {
  width: 58px;
}

.container {
  padding: 40px 34px;
}

h1 {
  margin: 0 0 42px 0;
  color: #272727;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

h2,
h3 {
  margin: 0 0 24px 0;
  color: #00995d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

p {
  margin: 0;
}

section {
  padding: 24px 0;
  margin: 0 0 10px 0;
}
