.home-projects {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

@media (max-width: 1232px) {
  .home-projects {
    padding-top: calc(36px + 4 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-projects {
    padding-bottom: calc(36px + 4 * (100vw - 360px) / 872);
  }
}
.home-projects::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 160px;
  background-image: url("/wp-content/themes/islamichelp/assets/images/img-back-04.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 4;
}

.home-projects::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background: linear-gradient(0deg, rgb(250, 248, 219) 0%, rgb(255, 255, 255) 100%);
  z-index: 3;
}

.home-projects__body {
  position: relative;
  z-index: 5;
}

.home-projects__title {
  font-size: 40px;
  line-height: 48px;
  color: #004c51;
  font-weight: 800;
  max-width: 660px;
  font-family: "Work Sans", sans-serif;
}

@media (max-width: 1232px) {
  .home-projects__title {
    font-size: calc(32px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-projects__title {
    line-height: calc(40px + 8 * (100vw - 360px) / 872);
  }
}
.home-projects__items {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #deca3c;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
  gap: 16px;
}

@media (max-width: 1232px) {
  .home-projects__items {
    margin-top: calc(16px + 24 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-projects__items {
    padding-top: calc(28px + 12 * (100vw - 360px) / 872);
  }
}
@media (max-width: 767px) {
  .home-projects__items {
    gap: 44px;
  }
}
.home-projects__item {
  display: flex;
  flex-direction: column;
}

.home-projects__image {
  position: relative;
}

.home-projects__thumb {
  border: 1px solid #012527;
  border-radius: 24px;
  min-height: 315px;
  max-height: 315px;
}

.home-projects__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 315px;
  max-height: 315px;
}

.home-projects__tags {
  position: absolute;
  bottom: 24px;
  right: 0;
}

.home-projects__tag {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 8px;
  border: 1px solid #1a8a93;
  border-radius: 100px 0 0 100px;
  background-color: #d4f4ee;
  padding: 10px 14px;
  font-size: 14px;
  line-height: normal;
  color: #012527;
  text-transform: uppercase;
  font-weight: 600;
}

.home-projects__item-title {
  margin-top: 32px;
  font-size: 32px;
  line-height: 100%;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1232px) {
  .home-projects__item-title {
    margin-top: calc(24px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-projects__item-title {
    font-size: calc(24px + 8 * (100vw - 360px) / 872);
  }
}
.home-projects__item-excerpt {
  margin-top: 32px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 32px;
  color: #012527;
  font-family: "TestSohne-Buch", sans-serif;
}

@media (max-width: 1232px) {
  .home-projects__item-excerpt {
    margin-top: calc(24px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-projects__item-excerpt {
    margin-bottom: calc(32px + 8 * (100vw - 360px) / 872);
  }
}
.home-projects__link {
  margin: auto 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #012527;
  background-color: transparent;
  transition: all 0.3s ease 0s;
  color: #012527;
  font-size: 18px;
  line-height: normal;
  font-weight: 800;
  font-family: "Work Sans", sans-serif;
  padding: 15px 24px;
  border-radius: 1000px;
}

@media (max-width: 1232px) {
  .home-projects__link {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.home-projects__link:hover {
  background-color: #ddcb3c;
  border-color: #ddcb3c;
} /*# sourceMappingURL=style.css.map */