/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Page: Get Involved
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
body.page-id-220 {
  background: var(--deep-teal, #193133);
}
.get-involved-section {
  padding: 95px 0;
}
.get-involved-section .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1400px;
}

.get-involved-section .two-column-header h2 {
  margin: 0;
}

.get-involved-section .two-column-header p {
  width: 100%;
  max-width: 540px;
}

.get-involved-section .card-desc {
  width: 100%;
  max-width: 500px;
}

.gi-feature-con * strong {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}
.gi-row-one-flex {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.gi-feature-block {
  padding: 40px;
}
.gi-feature-con * {
  font-family: var(--font-outfit);
  color: var(--dark-black);
}
.card-inner {
  position: relative;
}
.sub {
  font-size: 13px;
  font-weight: 400;
  color: var(--deep-teal);
  letter-spacing: 7%;
  text-transform: uppercase;
  font-family: var(--font-jetbarnis-mono);
  line-height: 1.5;
  width: calc(100% - 40px);
}
.gi-icon {
  position: absolute;
  right: 0;
  transform: rotate(320deg);
  font-family: Outfit, "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 0.7;
  color: rgb(25, 49, 51);
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.bg-warm-grey {
  background-color: var(--warm-grey, #f6f5f0);
}
.gi-card-box.has-image-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.gi-card-media {
  line-height: 0;
  height: 100%;
}
.gi-card-content {
  padding: 40px;
  color: var(--dark-black);
}

.get-involved-section .btn {
  text-transform: capitalize;
  padding: 18px 24px;
}
.get-involved-section .btn:hover {
  color: var(--white, #ffffff);
  border-color: var(--deep-teal);
  background-color: var(--deep-teal, #193133);
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Row 2
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.gi-row-two-flex {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.gi-green-card {
  padding: 40px;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Responsive
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
@media screen and (max-width: 998px) {
  .get-involved-section {
    padding: 30px 0;
  }
  .gi-row-one-flex {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gi-row-two-flex {
    grid-template-columns: 100%;
  }
  .gi-green-card,
  .gi-card-content,
  .gi-feature-block {
    padding: 20px;
  }
  .get-involved-section .btn {
    padding: 10px 24px;
  }
}
