.appeal-content {
  background: #FFF;
  padding-bottom: 55px;
  padding-top: 55px;
}
.appeal-content__title {
  font: 700 40px/1.2em "Work Sans", sans-serif;
  color: #012527;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .appeal-content__title {
    font: 700 32px/1.2em "Work Sans", sans-serif;
	  margin-top: 24px;
    margin-bottom: 24px;
  }
}
.appeal-content__description {
  display: flex;
  gap: 1rem 5rem;
  flex-wrap: wrap;
}
.appeal-content__description p {
  margin-bottom: 20px;
}
.appeal-content__description > * {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  color: #012527;
  font-weight: 500;
  width: calc((100% - 5rem) / 2);
}
@media (max-width: 991px) {
  .appeal-content__description > * {
    font-size: 16px;
    line-height: 200%;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */