.get-involved-cta {
  padding: 40px 0 80px;
}
.get-involved-cta__articles {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .get-involved-cta__articles {
    gap: 48px;
  }
}
.get-involved-cta__article {
  width: calc((100% - 32px) / 3);
}
@media (max-width: 991px) {
  .get-involved-cta__article {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 767px) {
  .get-involved-cta__article {
    width: 100%;
  }
}
.get-involved-cta__media {
  position: relative;
  height: 239px;
  border: 1px solid #012527;
  border-radius: 12px;
  overflow: hidden;
}
.get-involved-cta__media img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.get-involved-cta__media-video-btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.get-involved-cta__media iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.get-involved-cta__content {
  padding: 32px 16px 0;
}
.get-involved-cta__content-title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  text-transform: uppercase;
  color: #012527;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .get-involved-cta__content-title {
    font-size: 24px;
    line-height: 117%;
  }
}
.get-involved-cta__content-description {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 178%;
  color: #012527;
}
@media (max-width: 767px) {
  .get-involved-cta__content-description {
    font-size: 16px;
    line-height: 200%;
  }
}
.get-involved-cta__content-link {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  margin-top: 24px;
  border: 1px solid #004c51;
  border-radius: 100px;
  background: #004c51;
  padding: 20px 24px;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.get-involved-cta__content-link:hover {
  background: #012527;
  color: #fff;
}
.get-involved-cta__content-link svg path {
  transition: all 0.5s ease 0s;
}
.get-involved-cta__content-link:hover svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .get-involved-cta__content-link {
    font-size: 16px;
    line-height: 100%;
    padding: 18px 20px;
  }
}/*# sourceMappingURL=style.css.map */