.appeal-post {
  background: #fff;
  padding-bottom: 55px;
  padding-top: 0;
}
.appeal-post__link {
  margin: auto 0 0 0;
  text-decoration: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 11px;
  font: 700 18px/1.2em "Work Sans", sans-serif;
  color: #012527;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.appeal-post__link:hover {
  color: #df240c;
}
.appeal-post__tag {
  font: 700 14px/1.2em "Antonio", sans-serif;
  color: #ffffff;
  background: #00818a;
  border-radius: 4px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 3;
  pointer-events: none;
}
.appeal-post__tag.red {
  background: #df240c;
}
.appeal-post__tag.red-green {
  background: #df240c;
  background: linear-gradient(90deg, rgb(223, 36, 12) 0%, rgb(0, 76, 81) 70%);
}
.appeal-post__tag.green {
  background: #004c51;
}
.appeal-post__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
  gap: 16px;
  position: relative;
}
.appeal-post__list__card {
  background: #faf7f5;
  border: 1px solid #012527;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .appeal-post__list__card {
    max-width: calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .appeal-post__list__card {
    max-width: 100%;
    min-height: auto;
  }
}
.appeal-post__list__card .appeal-post__card__img-wrapper {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #012527;
  min-height: 238px;
  max-height: 238px;
}
.appeal-post__list__card .appeal-post__card__img-wrapper .from {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00818a;
  border-radius: 0 24px 24px 0;
  position: absolute;
  -moz-column-gap: 5px;
       column-gap: 5px;
  top: 32px;
  left: -1px;
  border: 1px solid #012527;
  border-left: none;
  width: 100px;
  height: 32px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  z-index: 3;
  pointer-events: none;
  padding: 0 12px 0 14px;
}
.appeal-post__list__card .appeal-post__card__img-wrapper .from span {
  font-weight: 600;
}
.appeal-post__list__card .date-year {
  background: #012527;
  color: #ffffff;
  font: 700 14px/1.2em "Antonio", sans-serif;
  padding: 6px 12px;
  border-radius: 4px;
  z-index: 3;
  height: 30px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: auto;
}
.appeal-post__list__card img {
  z-index: 1;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 237px;
  max-height: 237px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.appeal-post__list__card .impact-report-info {
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
  align-items: flex-start;
  row-gap: 32px;
  padding: 48px 24px;
  z-index: 3;
  bottom: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .appeal-post__list__card .impact-report-info {
    row-gap: 24px;
  }
}
.appeal-post__list__card .impact-report-title {
  font: 700 32px/1.2em "Antonio", sans-serif;
  color: #012527;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .appeal-post__list__card .impact-report-title {
    font: 700 24px/1.2em "Antonio", sans-serif;
  }
}
.appeal-post__list__card .impact-report-excerpt {
  font: 500 18px/1.9em "Karla", sans-serif;
  color: #012527;
}
@media (max-width: 767px) {
  .appeal-post__list__card .impact-report-excerpt {
    font: 500 16px/1.5em "Karla", sans-serif;
  }
}
.appeal-post__list__card .impact-report-dawenlod {
  display: inline-block;
  font: 800 14px/1.2em "Antonio", sans-serif;
  color: #012527;
  background: #012527;
  padding: 10px 16px;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.appeal-post__list__card .impact-report-dawenlod:hover {
  color: #df240c;
}
.appeal-post .pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
.appeal-post .pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
.appeal-post .pagination ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.appeal-post .pagination ul li span,
.appeal-post .pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font: 700 18px/1.2em "Work Sans", sans-serif;
  color: #012527;
  padding: 0 12px;
  text-decoration: none;
}
.appeal-post .pagination ul li span.current,
.appeal-post .pagination ul li a.current {
  font: 400 18px/1.2em "Work Sans", sans-serif;
}
.appeal-post .pagination ul li span.prev, .appeal-post .pagination ul li span.next,
.appeal-post .pagination ul li a.prev,
.appeal-post .pagination ul li a.next {
  padding: 0;
  margin: 0;
}

.appeal-article {
  padding: 25px 0;
}
.appeal-article__title-main {
  font-size: 32px;
  line-height: 100%;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
}
.appeal-article__list {
  margin: 56px 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 992px) {
  .appeal-article__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .appeal-article__list {
    margin: 48px 0 0 0;
    display: flex;
    flex-direction: column;
  }
}
.appeal-article__img-wrapper {
  border-radius: 24px;
  border: 1px solid #012527;
  max-height: 239px;
  min-height: 239px;
  position: relative;
}
.appeal-article__img-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  max-height: 239px;
  min-height: 239px;
}
.appeal-article__price {
  position: absolute;
  top: 24px;
  left: 0;
  border: 1px solid #012527;
  border-left: none;
  border-radius: 0 100px 100px 0;
  height: 32px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 100%;
  background-color: #00818a;
}
.appeal-article__price span {
  font-weight: 700;
}
.appeal-article__sublabel {
  position: absolute;
  right: -1px;
  z-index: 5;
  bottom: 24px;
  border: 1px solid #deca3c;
  border-radius: 100px 0 0 100px;
  padding: 0 12px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  line-height: 100%;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Antonio", sans-serif;
  background-color: #faf8db;
}
.appeal-article__info {
  padding: 32px 16px 0 16px;
}
.appeal-article__title {
  font-size: 32px;
  line-height: 100%;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .appeal-article__title {
    font-size: 24px;
  }
}
.appeal-article__text {
  font-size: 18px;
  line-height: 32px;
  color: #012527;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  margin: 24px 0 0 0;
}
@media (max-width: 767px) {
  .appeal-article__text {
    font-size: 16px;
  }
}
.appeal-article__link {
  margin: 32px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
  padding: 0 24px;
  height: 52px;
  transition: all 0.3s ease 0s;
  background-color: #df240c;
  border-radius: 100px;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
}
.appeal-article__link:hover {
  background-color: #004c51;
}
@media (max-width: 767px) {
  .appeal-article__link {
    height: 48px;
    padding: 0 20px;
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */