.gfc.main__latest_posts_custom_select {
  text-align: center;
  background-color: var(--bg-color, #EFF0EF);
}
.gfc.main__latest_posts_custom_select .main-heading,
.gfc.main__latest_posts_custom_select h2 {
  color: #000;
  text-align: center;
  font-family: Gilroy-Medium, sans-serif;
  font-size: 48px;
  font-style: normal;
  line-height: normal;
}
@media (min-width: 992px) {
  .gfc.main__latest_posts_custom_select .main-heading,
  .gfc.main__latest_posts_custom_select h2 {
    max-width: 800px;
    display: block;
    margin: 0 auto;
  }
}
.gfc.main__latest_posts_custom_select a {
  text-decoration: none;
  display: inline-block;
}
.gfc.main__latest_posts_custom_select .card {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  border: 1px solid #EFF0EF;
  background-color: #FFF;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
  box-shadow: 24px 34px 12px 0px rgba(0, 0, 0, 0), 15px 22px 11px 0px rgba(0, 0, 0, 0.03), 9px 12px 9px 0px rgba(0, 0, 0, 0.1), 4px 5px 7px 0px rgba(0, 0, 0, 0.17), 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.gfc.main__latest_posts_custom_select .card:hover {
  cursor: pointer;
  box-shadow: 4px 8px 20px 0px rgba(0, 0, 0, 0.5);
}
.gfc.main__latest_posts_custom_select .card:hover .card-header img {
  transform: scale(1.1);
  transform-origin: center;
}
.gfc.main__latest_posts_custom_select .card .card-header {
  height: 230px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: clip;
}
.gfc.main__latest_posts_custom_select .card .card-header img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.gfc.main__latest_posts_custom_select .card .card-body {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.gfc.main__latest_posts_custom_select .card .card-body .resource-type {
  color: #F47721;
  font-family: "adelle-sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
}
.gfc.main__latest_posts_custom_select .card .card-body .post-title {
  color: #343741;
  font-family: Gilroy-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.24px;
  text-transform: capitalize;
}
.gfc.main__latest_posts_custom_select .card .card-footer .cta {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.32px;
  text-align: left;
  position: relative;
}
.gfc.main__latest_posts_custom_select .card .card-footer .cta::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 26px;
  height: 13px;
  margin-inline-start: 15px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDI2IDEzIiBmaWxsPSIjMDAwIj4KICA8cGF0aCBkPSJNMjYgNi40OTk1MUwxNiAwLjcyNjAwOVYxMi4yNzNMMjYgNi40OTk1MVpNMCA3LjQ5OTUxSDE3VjUuNDk5NTFIMFY3LjQ5OTUxWiIgZmlsbD0iIzAwMCIvPgo8L3N2Zz4=");
}

/*# sourceMappingURL=main__latest_posts_custom_select.css.map */
