@font-face {
  font-family: 'allianzNeo';
  src: url('../assets/allianz-neo-regular.woff') format('woff');
}

@font-face {
  font-family: 'allianzNeoBold';
  src: url('../assets/allianz-neo-bold.woff') format('woff');
  font-weight: bold;
}

.bio-body {
  margin: 0;
}

.bio-header {
  border-bottom: 48px solid #007ab3;
}

.bio-header-logo {
  margin: 8px 0 0 64px;
  width: 160px;
}

.bio-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bio-headline {
  font-family: 'allianzNeoBold', sans-serif !important;
  margin: 64px 0;
  color: rgba(0, 0, 0, 0.7);
}

.bio-text {
  font-family: 'allianzNeo', sans-serif !important;
  margin-top: 64px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.5);
}
