.cx-subject-page-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background: #FFFFFF;
  border: 2px solid #A3D7FF;
  border-radius: 8px;
}

.cx-subject-page-cta__body {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 16px 16px 0;
  width: 100%;
  box-sizing: border-box;
}

.cx-subject-page-cta__image-container {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
}

.cx-subject-page-cta__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cx-subject-page-cta__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 228px;
}

.cx-subject-page-cta__title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #000000;
  margin: 0;
}

.cx-subject-page-cta__description {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #374F5C;
  margin: 0;
}

.cx-subject-page-cta__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
}

.cx-subject-page-cta__caption {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
  color: #374F5C;
  margin: 0;
}

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