.bsnl-person-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #126da3;
  background: #edf7fb;
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 800;
}

.bsnl-people-alumni .bsnl-alumni-entry span a {
  display: block;
  width: fit-content;
  margin-top: 5px;
}

.bsnl-person-card h3 {
  font-size: 18px;
  line-height: 1.2;
}

.bsnl-person-card > a {
  font-size: 11px;
  line-height: 1.4;
}

@media (max-width: 980px) {
  .bsnl-person-card h3 {
    font-size: 16px;
  }

  .bsnl-person-card > a {
    font-size: 10px;
  }
}

@media (max-width: 680px) {
  .bsnl-person-card h3 {
    font-size: 14px;
    line-height: 1.16;
  }

  .bsnl-person-card > a {
    font-size: 9px;
  }
}
