.schibsted-grotesk-font {
  font-family: "Schibsted Grotesk", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 500 !important;
  font-style: normal !important;
}

.logo-nav {
  width: 7rem;
  margin: 0.8rem;
}

.bg_home-main {
  background-image: url("../assets/img/Kern-16.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.text-border {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  font-size: 2rem;
}

.icon-1 {
  background-image: url("../assets/svg/icon-1.png");
}

.icon-2 {
  background-image: url("../assets/svg/icon-2.png");
}

.icon-3 {
  background-image: url("../assets/svg/icon-3.png");
}

.icon-4 {
  background-image: url("../assets/svg/icon-4.png");
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=custom.css.map */
