/* Estilos mínimos para encajar con el look del grid de la captura
   (ajusta márgenes/paleta a tu theme si lo deseas) */
.team-section .row { row-gap: 32px; }

.team-block .inner-box{
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-block .image-box { position: relative; }
.team-block .image-box .image { margin: 0; line-height: 0; }
.team-block .dqg-team-photo { width: 100%; height: auto; display:block; }

.team-block .social.linkedin{
  position: absolute;
  right: 12px;
  top: 12px;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #0a66c2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.team-block .social.linkedin .dqg-li { fill: #fff; }

.team-block .lower-content{
  background: #fff;
  padding: 14px 16px 18px;
  border-top: 1px solid rgba(0,0,0,.06);
}

.team-block .name{
  margin: 0 0 4px 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.team-block .designation{
  font-size: 14px;
  opacity: .8;
}
