.homepage-layout-image-set-background-color {
  background-color: #fff;
}

.homepage-layout-image-set-wrapper {
  padding: 48px 24px;
  gap: 40px;
}
@media (min-width: 769px) {
  .homepage-layout-image-set-wrapper {
    padding: 48px 0;
    margin: 0 80px;
    max-width: 1400px;
  }
}
.homepage-layout-image-set-wrapper .homepage-layout-image-set-container {
  gap: 40px;
}
@media (min-width: 769px) {
  .homepage-layout-image-set-wrapper .homepage-layout-image-set-container {
    gap: 32px;
  }
}
.homepage-layout-image-set-wrapper .homepage-layout-image-set-module {
  max-width: 327px;
  gap: 16px;
}
.homepage-layout-image-set-wrapper .homepage-layout-image-set-module > a:hover img {
  opacity: 0.75;
}
.homepage-layout-image-set-wrapper .homepage-layout-image-set-module-text {
  gap: 8px;
}
.homepage-layout-image-set-wrapper .homepage-layout-image-set-module-image {
  max-height: 327px;
  object-fit: cover;
  border-radius: 24px;
}
.homepage-layout-image-set-wrapper .homepage-layout-image-set-module-label {
  color: #00573F;
  font-family: "qualion";
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.homepage-layout-image-set-wrapper .homepage-layout-image-set-module-label a {
  color: #00573F;
}
.homepage-layout-image-set-wrapper .homepage-layout-image-set-module-label a:hover {
  color: #3B7A5B;
  text-decoration: none;
}
.homepage-layout-image-set-wrapper .homepage-layout-image-set-module-description {
  color: #00573F;
  font-family: "qualion";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.homepage-layout-image-set-wrapper .homepage-layout-image-set-module-button {
  height: 56px;
  padding: 16px 24px;
  border-radius: 4px;
  border: 2px solid #375C35;
  color: #375C35;
  font-family: "qualion";
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none !important;
}
.homepage-layout-image-set-wrapper .homepage-layout-image-set-module-button:hover {
  border-color: #3B7A5B;
  color: #3B7A5B;
  opacity: 0.5;
}
/*# sourceMappingURL=homepageImageSet.css.map*/