.cardQ #icon-database {
  width: 70%;
  height: auto;
}

.cardQ #icon-research {
  width: 85%;
  height: auto;
}

.cardQ #icon-room {
  width: 85%;
  height: auto;
}

.cardQ #icon-renew {
  width: 65%;
  height: auto;
}

.cardQ #icon-citation {
  width: 80%;
  height: auto;
}

.cardQ #icon-faq {
  width: 100%;
  height: auto;
}

.cls-1 {
  fill: #c3142d;
}

.cls-2 {
  fill: none;
  stroke: #c3142d;
}

.cardBG {
  width: 100%;
  min-height: 6rem;
}

.cardQ {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid #c3142d;
  border-radius: 3.6rem;
}

.cardQ .quicklink-text p {
  font-family: 'Cabin Condensed', sans-serif;
  line-height: 1em;
  color: #c3142d;
  text-align: center;
  display: inline-block;
  padding-top: 3.8rem;
  padding-left: 0 !important;
}

.cardQ .face {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

svg.quickLinkIcons:hover{
  transform: scale(0.9);
}

.maxWidth60 {
  max-width: 60px;
}

.maxWidth68 {
  max-width: 68px;
}
