.appeal-list-posts {
  padding: 40px 0 80px 0;
}
@media (max-width: 767px) {
  .appeal-list-posts {
    padding: 20px 0 40px 0;
  }
}
.appeal-list-posts__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 992px) {
  .appeal-list-posts__body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .appeal-list-posts__body {
    display: flex;
    flex-direction: column;
  }
}
.appeal-list-posts__card {
  border: 1px solid #012527;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}
.appeal-list-posts__top {
  min-height: 238px;
  max-height: 238px;
  position: relative;
  border-radius: 24px 24px 0 0;
}
.appeal-list-posts__image {
  min-height: 238px;
  max-height: 238px;
  border-radius: 24px 24px 0 0;
  display: flex;
}
.appeal-list-posts__image img {
  border-radius: 24px 24px 0 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.appeal-list-posts__tags {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 24px;
}
.appeal-list-posts__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
  font-family: "Antonio", sans-serif;
  text-align: center;
}
.appeal-list-posts__tag:not(:last-child) {
  margin-right: 6px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .appeal-list-posts__tag {
    font-size: 12px;
    padding: 0 8px;
    height: 24px;
  }
}
.appeal-list-posts__tag--green {
  background-color: #004c51;
}
.appeal-list-posts__tag--red {
  background-color: #df240c;
}
.appeal-list-posts__tag--gradiend {
  background: linear-gradient(90deg, rgb(223, 36, 12) 0%, rgb(0, 76, 81) 65%);
}
.appeal-list-posts__price {
  position: absolute;
  top: 32px;
  left: 0px;
  height: 32px;
  background-color: #00818a;
  border: 1px solid #012527;
  border-left: none;
  border-radius: 0 100px 100px 0;
  padding: 0 12px 0 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #fff;
  font-family: "Work Sans", sans-serif;
}
.appeal-list-posts__price span {
  font-weight: 800;
}
.appeal-list-posts__content {
  border-top: 1px solid #012527;
  background-color: #faf7f5;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 24px 24px;
  height: 100%;
}
.appeal-list-posts__card-title {
  font-size: 32px;
  line-height: normal;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .appeal-list-posts__card-title {
    font-size: 24px;
  }
}
.appeal-list-posts__description {
  margin: 32px 0;
  font-family: "Karla", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #012527;
  font-weight: 500;
}
@media (max-width: 767px) {
  .appeal-list-posts__description {
    font-size: 16px;
    margin: 24px 0;
  }
}
.appeal-list-posts__btn {
  margin: auto 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: normal;
  color: #012527;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Work Sans", sans-serif;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .appeal-list-posts__btn {
    font-size: 16px;
    gap: 8px;
  }
}
.appeal-list-posts__btn:hover {
  color: #df240c;
}/*# sourceMappingURL=style.css.map */