.services-overview {
  padding: 3rem 1rem;
  margin-left: -30px;
  margin-right: -30px;
  background-color: #DADADA;
}
.services-overview .services-overview__header {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.services-overview .services-overview__title {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  text-transform: uppercase;
  font-family: "ClashDisplay", sans-serif;
}
.services-overview .services-overview__wrapper {
  width: -moz-fit-content;
  width: fit-content;
}

.page-id-335 .service-card img {
	max-width: 180px;
    height: 115px;
}

@media only screen and (max-width: 499px) and (min-width: 300px) {
	.page-id-335 .blok--hero-header div.container {
		margin-bottom: 50px;
	}
}

@media (max-width: 600px)  {
	.page-id-335 .services-overview__cards {
		padding-left: 40px;
	}
	
	.page-id-335 .services-overview__wrapper {
		padding-left: 20px;
	}
	

}

.page-id-335 .services-overview .services-overview__cards {
	flex-wrap: unset;
	justify-content: unset !important;
	
}

.page-id-335 .service-card__title {
	position: relative;
	z-index: 2;
}

.services-overview .services-overview__divider {
  min-width: 60px;
  width: 66%;
  height: 2px;
  background: #8A2422;
  border: none;
}
.services-overview .services-overview__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

.service-card {
  flex: 1 1 30%;
  max-width: 420px;
  position: relative;
  padding-left: 40px;
  min-height: 110px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 60px;
  padding-top: 15px;
}
.service-card__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.service-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #8A2422;
  text-transform: uppercase;
  font-family: "ClashDisplay", sans-serif;
}
.service-card__usps {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  margin-left: -20px;
}
.service-card__usps__usp,
.service-card__usps li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  font-family: "ClashDisplay", sans-serif;
}
.service-card__usps__usp svg,
.service-card__usps li svg {
  max-width: 20px;
  fill: #8A2422;
}
.service-card__link {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  font-weight: 500;
}
.service-card__link .arrow {
  margin-left: 0.5rem;
  transition: margin-left 0.2s ease;
}
.service-card__link:hover .arrow {
  margin-left: 0.75rem;
}

/* Media queries */
@media (max-width: 1200px) and (min-width: 801px) {
  .service-card {
    flex: 1 1 45%;
  }
}
@media (max-width: 800px) and (min-width: 500px) {
  .services-overview__cards {
    flex-direction: column;
  }
	
	.page-id-335 .services-overview__cards {
    flex-wrap: wrap !important;
		flex-direction: unset !important;
  }
  .service-card {
    max-width: 100%;
    padding-left: 65px;
  }
}
@media (max-width: 499px) {
  .services-overview__cards {
    flex-direction: column;
    align-items: stretch;
  }
  .service-card {
    padding-left: 10px;
  }
  .service-card__title {
    font-size: 22px;
    line-height: 30px;
  }
  .service-card__icon {
    width: 90px;
    height: 50px;
  }
  .service-card img {
    top: -35px !important;
  }
  .service-card__usps {
    width: 100%;
  }
  .service-card.with-bg-opacity {
    width: 100%;
  }
  .services-overview .services-overview__cards {
    gap: 80px;
  }
  .services-overview .services-overview__title {
    font-size: 32px;
    line-height: 40px;
  }
  .service-card__link {
    font-size: 16px !important;
  }
}
.service-card.with-bg-opacity {
  position: relative;
  z-index: 1;
}

.service-card.with-bg-opacity::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 60px;
  opacity: 0.4;
  z-index: -1;
}

.services-overview .services-overview__cards {
  padding-top: 80px;
}

.service-card__link {
  margin-top: 20px;
  font-family: "ClashDisplay", sans-serif;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  transition: 0.3s;
}
.service-card__link:hover {
  text-decoration: unset;
}

.service-card img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-card__usp {
  margin-bottom: 1rem !important;
}

.service-card__link:hover {
  color: black;
  text-decoration-color: black;
  border-bottom-color: black;
  transition: 0.3s;
}/*# sourceMappingURL=services_overview.css.map */