/* Resarch 5 Hubs Begin */
[data-name="research-5-hubs"] .r5h {
  display: flex;
  flex-direction: row;
}

[data-name="research-5-hubs"] .r5h .r5h-1 {
  order: 3;
}

[data-name="research-5-hubs"] .r5h .r5h-2 {
  order: 1;
}

[data-name="research-5-hubs"] .r5h .r5h-3 {
  order: 2;
}

[data-name="research-5-hubs"] .r5h .r5h-1 .border-bottom {
  order: 3;
  border-bottom: 0 !important;
}

[data-name="research-5-hubs"] .r5h .r5h-3 .border-bottom {
  border-bottom: 1px solid #4077b1 !important;
}

@media screen and (min-width: 992px) {
  [data-name="research-5-hubs"] .r5h .r5h-1 {
    order: 1;
  }

  [data-name="research-5-hubs"] .r5h .r5h-2 {
    order: 2;
  }

  [data-name="research-5-hubs"] .r5h .r5h-3 {
    order: 3;
  }

  [data-name="research-5-hubs"] .r5h .r5h-1 .border-bottom {
    border-bottom: 1px solid #4077b1 !important;
  }

  [data-name="research-5-hubs"] .r5h .r5h-3 .border-bottom {
    border-bottom: 0 !important;
  }
}

[data-name="research-5-hubs"] .sdg li {
  width: 16%;
  max-width: 60px;
}

@media screen and (min-width: 768px) {
  [data-name="research-5-hubs"] .sdg li {
    max-width: 90px;
  }
}

/* Resarch 5 Hubs End */

[data-name="member"] .member li {
  width: 14%;
  margin-right: 1%;
}

/* Member Begin */

.member {
  min-height: 20em;
}

.member .member-info {
  transition: top 0.3s;
  top: 100%;
  max-height: 100%;
  overflow: hidden;
}

.member:hover .member-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1em;
}

.member .more-info {
  opacity: 0;
  position: absolute;
  height: 0;
  overflow: hidden;
}

.member:hover .more-info {
  opacity: 1;
  position: relative;
  height: auto;
}

[data-name=contact-us] {
  background: url(https://webbackend.mqdc.com/assets/062d6163-63ca-4b82-bd3e-26a123d80070) no-repeat center / cover;
  aspect-ratio: 1 / 1;
}

@media screen and (min-width: 768px) {
  [data-name=contact-us] {
    background-image: url(https://webbackend.mqdc.com/assets/23437d8b-9be3-4a61-8252-77ab8b625288);
    aspect-ratio: 4 / 1;
  }
}

/* Member End */