:root {
  --color-text: #2f2f2f;
  --color-lightgreen: #92b739;
}

.section-subheading {
  font-size: 15px;
  line-height: 1;
  color: var(--color-lightgreen);
  display: block;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.section-hero {
  background: #f4f4f4;
  padding: 50px 0;
}

.section-hero__heading {
  font-size: 45px;
  line-height: 1;
  margin: 0 0 30px;
  max-width: 530px;
}

.section-hero__subheading span {
  --color-lightgreen: #92b739;
}

.section-hero__content {
  max-width: 400px;
  margin-bottom: 20px;
}

@media (min-width: 1920px) {
  .section-hero__content {
    max-width: 530px;
  }
}

.section-hero__buttons .btn {
  margin-right: 20px;
}

.section-hero__image img {
  width: 100%;
}

@media (min-width: 1280px) {
  main > .section-hero:nth-child(2) {
    padding-top: 100px;
  }
}

.section-featured-image-content {
  color: #fff;
  padding: 65px 0;
}

.section-featured-image-content__main {
  margin-bottom: 40px;
}

.section-featured-image-content__subheading {
  margin-bottom: 15px;
}

.section-featured-image-content__heading {
  color: #fff;
  margin: 0 0 30px;
}

.section-featured-image-content__content p {
  margin: 0 0 15px;
}

.section-featured-image-content__image img {
  width: 100%;
}

@media (min-width: 1024px) {
  .section-featured-image-content__main {
    margin-bottom: 0;
    max-width: 350px;
  }
}

@media (min-width: 1920px) {
  .section-featured-image-content__main {
    max-width: 530px;
  }
}

.section-category-columns {
  padding: 60px 0;
}

.section-category-columns__heading {
  margin: 0 auto 40px;
  max-width: 670px;
  text-align: center;
}

.category-cols__item-inner {
  padding: 25px 10px;
  background: #fff;
  border-radius: 8px;
  height: 100%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
}

.category-cols__item-heading {
  font-family: objektiv-mk1, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--color-lightgreen);
  font-weight: 800;
  font-size: 1.275rem;
  margin: 0 0 20px;
}

@media (min-width: 1920px) {
  .category-cols__item-heading {
    font-size: 1.625rem;
    min-height: 65px;
  }
}

.category-cols__item-list {
  text-transform: uppercase;
  color: #2f2f2f;
  padding: 0;
  list-style: none;
  margin: 0;
  font-weight: 800;
}

.category-cols__item-list li {
  margin: 0 0 12px;
}

.category-cols__item {
  padding: 10px 0;
}

.section-category-columns__btn {
  text-align: center;
  margin-top: 32px;
}

@media (min-width: 992px) {
  .category-cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    width: calc(100% + 16px);
  }

  .category-cols__item {
    width: 20%;
    padding: 8px;
  }
}
