.profile-package {
  display: inline-block;
  width: 25rem;
  height: 30rem;
  mix-blend-mode: normal;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
.profile-package-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.profile-package-content > * {
  display: block;
}
.profile-package-blue {
  width: 100%;
  height: 11.9rem;
  background-color: var(--color-primary);
}

/* .profile-package-orange{
    width: 100%;
    height: 2px;
    margin-top: 0.1rem;
    background-color: var(--color-secondary);
} */

.profile-package-photo {
  width: 11.5rem;
  height: 11.5rem;
  object-fit: cover;
  border-radius: 50%;
  margin-top: -6.3rem;
}

.profile-package-heading {
  width: 20rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--color-font-black);
  margin-top: 2.3rem;
  padding: 0 2rem;
}
.profile-package-subheading {
  color: var(--color-font-black);
  font-size: 1rem;
}
