.get-involved-cards {
  padding: 40px 0 80px;
}
.get-involved-cards__body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.get-involved-cards__card {
  width: calc((100% - 32px) / 3);
  border: 1px solid #012527;
  border-radius: 12px;
  background: #004c51;
  overflow: hidden;
}
@media (max-width: 991px) {
  .get-involved-cards__card {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 767px) {
  .get-involved-cards__card {
    width: 100%;
  }
}
.get-involved-cards__card-image {
  position: relative;
  border-bottom: 1px solid #012527;
}
.get-involved-cards__card-image-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.get-involved-cards__card-label {
  position: absolute;
  top: 32px;
  left: -1px;
  z-index: 1;
  background: #00818a;
  border: 1px solid #012527;
  border-radius: 0 24px 24px 0;
  padding: 12px 12px 12px 14px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.14286;
  text-align: right;
  color: #fff;
}
.get-involved-cards__card-amount {
  font-weight: 800;
}
.get-involved-cards__card-content {
  padding: 48px 24px;
}
@media (max-width: 767px) {
  .get-involved-cards__card-content {
    padding: 48px 16px;
  }
}
.get-involved-cards__card-title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #f3f3f3;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .get-involved-cards__card-title {
    font-size: 32px;
    line-height: 1.25;
    color: #f3f3f3;
    margin-bottom: 24px;
  }
}
.get-involved-cards__card-description {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.77778;
  color: #f3f3f3;
}
@media (max-width: 767px) {
  .get-involved-cards__card-description {
    font-size: 16px;
    line-height: 2;
    color: #fff;
  }
}
.get-involved-cards__card-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  text-align: right;
  color: #f3f3f3;
  transition: all 0.5s ease 0s;
}
@media (max-width: 767px) {
  .get-involved-cards__card-link {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
  }
}
.get-involved-cards__card-link:hover {
  color: #deca3c;
}
.get-involved-cards__card-link svg path {
  transition: all 0.5s ease 0s;
}
.get-involved-cards__card-link:hover svg path {
  fill: #deca3c;
}/*# sourceMappingURL=style.css.map */