.granteeCard {
  height: 100%;
  overflow: hidden;
}

.granteeCard.expanded {
  height: 100%;
  max-height: 2000px;
}

.granteeRight {
  display: flex;
  flex-direction: column;
  align-items: left;
  height: 100%;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
}

.granteeLeft {
  padding: 1rem;
}

.granteeLeftImgDiv {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

/* .granteeRight {
  display: flex;
  flex-direction: column;
  align-items: left;
  height: 100%;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
}

.granteeLeft {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.grantee_logo {
  max-height: 20vh;
} */
