.home-project {
  background-image: url("/wp-content/themes/islamichelp/assets/images/img-back-01.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f7fbfa;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-project {
    background-image: url("/wp-content/themes/islamichelp/assets/images/img-back-02.png");
    background-position: center bottom;
    background-size: contain;
  }
}
.home-project__body {
  border-top: 1px solid #012527;
  border-bottom: 1px solid #012527;
  padding: 80px 0 58px 0;
  position: relative;
}
@media (max-width: 992px) {
  .home-project__body {
    padding: 72px 0 256px 0;
  }
}
.home-project__col-01 {
  max-width: 544px;
  width: 100%;
}
.home-project__title {
  font-size: 40;
  line-height: normal;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .home-project__title {
    max-width: 65%;
    font-size: 32px;
  }
}
.home-project__text {
  margin: 32px 0 0 0;
  font-size: 18px;
  line-height: 150%;
  color: #012527;
  font-family: "TestSohne-Buch", sans-serif;
}
@media (max-width: 767px) {
  .home-project__text {
    line-height: 180%;
    margin: 24px 0 0 0;
    font-size: 16px;
  }
}
.home-project__link {
  margin: 32px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 24px;
  border-radius: 1000px;
  border: 1px solid #004c51;
  background-color: #f7fcfa;
  transition: all 0.3s ease 0s;
  font-size: 18px;
  line-height: normal;
  color: #012527;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  width: -moz-fit-content;
  width: fit-content;
}
.home-project__link:hover {
  background-color: #deca3c;
  border-color: #deca3c;
}
@media (max-width: 767px) {
  .home-project__link {
    padding: 13px 24px;
    font-size: 16px;
    margin: 48px 0 0 0;
  }
}
.home-project__image {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 348px;
  border-radius: 1000px 1000px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .home-project__image {
    right: -69px;
  }
}
@media (max-width: 767px) {
  .home-project__image {
    width: 264px;
  }
}/*# sourceMappingURL=style.css.map */