.home-appeals {
  padding: 64px 0;
}
@media (max-width: 767px) {
  .home-appeals {
    padding: 24px 0;
  }
}
.home-appeals__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
  gap: 27px;
}
@media (max-width: 767px) {
  .home-appeals__items {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.home-appeals__item {
  padding: 16px 0;
}
.home-appeals__item:not(:first-child) {
  border-left: 1px solid #012527;
}
@media (max-width: 767px) {
  .home-appeals__item:not(:first-child) {
    border-left: none;
    border-top: 1px solid #012527;
  }
}
@media (max-width: 767px) {
  .home-appeals__item {
    padding: 44px 0 0 0;
    margin: 0 0 44px 0;
  }
}
.home-appeals__wrapper {
  position: relative;
  padding: 0 0 0 32px;
}
.home-appeals__wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 7px);
  border-radius: 0 1000px 1000px 0;
  background-color: #fef6f4;
}
@media (max-width: 767px) {
  .home-appeals__wrapper::before {
    left: -16px;
  }
}
@media (max-width: 767px) {
  .home-appeals__wrapper {
    padding: 0 0 0 16px;
  }
}
.home-appeals__content {
  position: relative;
  z-index: 2;
}
.home-appeals__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-appeals__title {
  line-height: normal;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
}
@media (max-width: 767px) {
  .home-appeals__title {
    font-size: 24px;
  }
}
.home-appeals__label {
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #df240c;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.home-appeals__text {
  font-family: "TestSohne-Buch", sans-serif;
  font-size: 18px;
  line-height: 150%;
  color: #012527;
  margin: 32px 0;
}
@media (max-width: 767px) {
  .home-appeals__text {
    margin: 24px 0 32px 0;
    line-height: 180%;
    font-size: 16px;
  }
}
.home-appeals__link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  line-height: normal;
  color: #012527;
  font-weight: 800;
  transition: all 0.3s ease 0s;
  font-family: "Work Sans", sans-serif;
}
.home-appeals__link svg path {
  transition: all 0.3s ease 0s;
}
.home-appeals__link:hover svg path {
  fill: #012527;
}
.home-appeals__link:hover {
  color: #df240c;
}/*# sourceMappingURL=style.css.map */