.universal-cards {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .universal-cards {
    padding: 20px 0;
  }
}
.universal-cards__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 48px;
}
@media (max-width: 992px) {
  .universal-cards__body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .universal-cards__body {
    display: flex;
    flex-direction: column;
  }
}

.universal-card {
  position: relative;
  display: flex;
  flex-direction: column;
}
.universal-card__top {
  position: relative;
  border-radius: 24px;
  min-height: 239px;
  max-height: 239px;
}
.universal-card__tags {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 24px;
}
.universal-card__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;
}
.universal-card__tag:not(:last-child) {
  margin-right: 6px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .universal-card__tag {
    font-size: 12px;
    padding: 0 8px;
    height: 24px;
  }
}
.universal-card__tag--green {
  background-color: #004c51;
}
.universal-card__tag--red {
  background-color: #df240c;
}
.universal-card__tag--gradiend {
  background: linear-gradient(90deg, rgb(223, 36, 12) 0%, rgb(0, 76, 81) 65%);
}
.universal-card__donate-label {
  position: absolute;
  bottom: 24px;
  right: 1px;
  padding: 4px 14px 4px 34px;
  border-radius: 100px 0 0 100px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: auto;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 100%;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Antonio", sans-serif;
}
.universal-card__donate-label--one {
  border: 1px solid #1a8a93;
  border-right: none;
  background-color: #d4f4ee;
  background-image: url("/wp-content/themes/islamichelp/assets/images/moon-01.svg");
}
.universal-card__donate-label--two {
  border: 1px solid #deca3c;
  border-right: none;
  background-color: #faf8db;
  background-image: url("/wp-content/themes/islamichelp/assets/images/moon-02.svg");
}
.universal-card__donate-price {
  position: absolute;
  top: 32px;
  left: 1px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 0 100px 100px 0;
  border: 1px solid #012527;
  border-left: none;
  background-color: #00818a;
  height: 32px;
  padding: 4px 12px 4px 14px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #fff;
  font-family: "Work Sans", sans-serif;
}
.universal-card__donate-price span {
  font-weight: 800;
}
.universal-card__image {
  min-height: 239px;
  max-height: 239px;
  border-radius: 24px;
  border: 1px solid #012527;
  display: flex;
}
.universal-card__image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.universal-card__content {
  margin: 32px 0 0 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .universal-card__content {
    margin: 24px 0 0 0;
  }
}
.universal-card__title {
  font-size: 32px;
  line-height: 100%;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
}
.universal-card__excerpt {
  font-family: "Karla", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #012527;
  font-weight: 500;
  margin: 24px 0 32px 0;
}
@media (max-width: 767px) {
  .universal-card__excerpt {
    font-size: 16px;
  }
}
.universal-card__btn {
  margin: auto 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  padding: 8px 24px;
  height: 52px;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .universal-card__btn {
    font-size: 16px;
    height: 48px;
  }
}
.universal-card__btn.green {
  background-color: #004c51;
}
.universal-card__btn.green:hover {
  background-color: #df240c;
}
.universal-card__btn.red {
  background-color: #df240c;
}
.universal-card__btn.red:hover {
  background-color: #004c51;
}/*# sourceMappingURL=style.css.map */