.card-property__card {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 0;
  padding: 0;
  background-color: #fff;
  filter: drop-shadow(0 2px 3px rgba(117, 131, 142, 0.04))
    drop-shadow(0 2px 9px rgba(52, 60, 68, 0.1));
  border-radius: 4px;
  flex: 1 0 50%;
  flex-grow: 1;
}

.card-property__card .tag {
  color: #ffffff;
  left: -10px;
  position: absolute;
  top: -21px;
  background: #ff6012;
  padding: 0.25rem 0.5rem;
  font-weight: 700;
  font-style: normal;
  font-size: 0.65rem;
  line-height: 1rem;
  letter-spacing: 0.1ch;
}

.card-property__card .tag:before {
  content: '';
  position: absolute;
  left: -0.35rem;
  top: 1.1rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: -1;
  border-color: transparent transparent #9e3501;
  border-style: solid;
  border-width: 0 0.7rem 0.7rem;
}
.card-property__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 76px;
  background-color: #fadb59;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.card-property__txt h4 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
.card-property__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 20px 36px;
  margin-top: 0;
  flex-grow: 1;
  position: relative;
}
.card-property__text.left {
  align-items: flex-start;
}

.card-property__text.center {
  align-items: center;
}

.card-property__text.right {
  justify-content: flex-end;
}

.card-property__text ul {
  padding-left: 20px;
}
.card-property__text li {
  margin-bottom: 20px;
  line-height: 1.25rem;
}
.card-property__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background-color: #43007a;
}

.card-property__card.document-download .card-property__img {
  background-color: #ffdc34;
}
.card-property__img img {
  display: block;
  max-width: 45px;
}
.property-card__body {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 0;
}

.card-property__card .card-property__text h4 {
  margin: 0;
  margin-top: 36px;
  margin-bottom: 12px;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 400;
}
.property-text-header .card-property__text {
  margin-top: 20px;
}

.card-property__card p {
  margin: 0;
  margin-bottom: 40px;
  font-size: 0.875rem;
  line-height: 1.313rem;
  flex-grow: 1;
}

.card-property__card a {
  color: #43007a;
  font-size: 0.875rem;
}

.card-property__text h1,
.card-property__text h2,
.card-property__text h3,
.card-property__text h4,
.card-property__text h5,
.card-property__text h6,
.card-property__text p {
  color: #171717;
}

@media (min-width: 768px) {
  .card-property__card {
  }
}
@media (min-width: 992px) {
  .card-property__card {
    /* flex: 1 0 20%; */
  }
  .card-property__text {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.wp-block-genesis-custom-blocks-property-card {
  background-color: #ffffff;
  color: #171717;
}

.card-property__align-left {
  align-self: flex-start;
}

.card-property__align-center {
  align-self: center;
}

.card-property__align-right {
  align-self: flex-end;
}

.card-property__card.document-download .btn img {
  margin-left: 8px;
}
