.sitemap-list {
  display: flex;
  flex-direction: column;
  max-width: 240px;
  width: 100%;
}

.sitemap-list__title {
  color: #028447;
  font-family: 'FuturaPTBold', Futura, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.sitemap-list__links {
  margin: 0;
  padding: 0;
}

.sitemap-list-item {
  list-style-type: none;
  margin-bottom: 14px;
}

.sitemap-list-item a {
  color: #58595B;
  font-family: 'FuturaPTBook', Futura, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}
