.home-appeal {
  padding-top: 80px;
  padding-bottom: 40px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(248, 231, 227) 100%);
}

@media (max-width: 1232px) {
  .home-appeal {
    padding-top: calc(72px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-appeal {
    padding-bottom: calc(36px + 4 * (100vw - 360px) / 872);
  }
}
.home-appeal__title-main {
  font-size: 40px;
  line-height: normal;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1232px) {
  .home-appeal__title-main {
    font-size: calc(32px + 8 * (100vw - 360px) / 872);
  }
}
.home-appeal__list {
  padding-top: 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 1232px) {
  .home-appeal__list {
    padding-top: calc(48px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 992px) {
  .home-appeal__list {
    gap: 8px;
    overflow-y: auto;
  }
  .home-appeal__list::-webkit-scrollbar {
    background: transparent;
    width: 0px;
  }
  .home-appeal__list::-webkit-scrollbar-track {
    background: transparent;
    width: 0px;
  }
  .home-appeal__list::-webkit-scrollbar-thumb {
    background: transparent;
    width: 0px;
  }
}
@media (max-width: 992px) {
  .home-appeal__item {
    min-width: 256px;
    max-width: 256px;
  }
}
.home-appeal__item:nth-child(even) .home-appeal__item-link .home-appeal__thumb .home-appeal__tags .home-appeal__tag {
  background: linear-gradient(90deg, rgb(223, 36, 12) 0%, rgb(0, 76, 81) 100%);
}

.home-appeal__item:nth-child(odd) .home-appeal__item-link .home-appeal__thumb .home-appeal__tags .home-appeal__tag {
  background-color: #df240c;
}

.home-appeal__item-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-appeal__thumb {
  position: relative;
  height: 288px;
}

.home-appeal__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 1px solid #012527;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-appeal__tags {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.home-appeal__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 700;
}

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

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

@media (max-width: 1232px) {
  .home-appeal__item-excerpt {
    margin-top: calc(24px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-appeal__item-excerpt {
    margin-bottom: calc(24px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-appeal__item-excerpt {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.home-appeal__more {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: auto 0 0 0;
  font-size: 18px;
  line-height: 100%;
  color: #012527;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}

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