:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero {
  height: auto;
}

.hero-container {
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: none;
  display: flex;
}

.hero-img-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100%;
  display: flex;
}

.content-section {
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.what-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  width: auto;
}

.text-headline {
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.text-description {
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.arrow-img {
  margin: 15px;
}

.spacing-100 {
  width: 50px;
  height: 100px;
}

.spacing-50 {
  width: 50px;
  height: 50px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.key-persons-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 40px;
}

.person-type {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
}

.person-description {
  font-family: Montserrat, sans-serif;
}

.niche-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.text-content-niche {
  background-color: #353535;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  max-width: 150px;
  min-height: 100px;
  max-height: 100px;
  padding: 30px;
  display: flex;
}

.niche-text {
  color: #fff;
  text-align: center;
  max-width: 120px;
  font-family: Montserrat, sans-serif;
}

.icon-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.img-content-icon {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  padding: 15px;
  display: flex;
}

.body {
  background-color: #ffebd4;
}

.footer {
  padding-bottom: 20px;
}

.footer-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo {
  width: 120px;
}

.footer-content {
  padding: 20px;
}

.footer-text {
  color: #acacac;
  font-family: Montserrat, sans-serif;
}

@media screen and (max-width: 479px) {
  .hero-img-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-section {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-container {
    width: 100%;
  }

  .what-content {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-headline {
    text-align: center;
  }

  .key-persons-grid {
    grid-template-columns: 1fr;
    width: 85%;
  }

  .key-person {
    width: 100%;
  }

  .niche-grid {
    grid-template-columns: 1fr 1fr;
  }

  .icon-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .icon-item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-text {
    text-align: center;
  }
}
