.a4n-org-card {
  background: #fff;
  border: 1px solid rgba(16, 20, 49, 0.14);
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.a4n-org-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #dfe0eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
}

.a4n-org-icon i {
  color: #232b69;
}

.a4n-org-image {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}

.a4n-org-title {
  font-family: "Manrope", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.35;
  color: #101431;
  margin: 0 0 0.625rem;
}

.a4n-org-body {
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(16, 20, 49, 0.78);
  margin: 0 0 1.25rem;
  flex-grow: 1;
}
.a4n-org-body p {
  margin-bottom: 0;
}

.a4n-org-link {
  font-family: "Manrope", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.84375rem;
  color: #1d2456;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}

.a4n-org-intro {
  font-size: 0.96875rem;
  line-height: 1.75;
  color: rgba(16, 20, 49, 0.78);
  max-width: 56.25rem;
  margin: 0 0 2.5rem;
}

/*# sourceMappingURL=org-card.css.map*/