header {
  height: 125px;
}
header .pos h2 {
  font-size: var(--size-h2);
  font-weight: var(--weight-semi-bold);
  color: var(--blue);
  margin-bottom: 10px;
}

header .info a {
  margin-right: 20px;
  display: inline-table;
  vertical-align: middle;
  border: none !important;
}
header .info img:first-of-type,
header .info .text {
  display: inline-table;
  vertical-align: middle;
}
header .info img:first-of-type {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
header .text h2 {
  font-size: var(--size-h2);
  font-weight: var(--weight-semi-bold);
  color: var(--blue);
  margin-bottom: 3px;
}
header .info .text p {
  color: var(--text-main);
  font-weight: var(--weight-medium);
}
header .info .text svg {
  height: 15px;
  display: inline-table;
  vertical-align: middle;
  margin-right: 3px;
  fill: #6a95d8;
}
header .info .text span {
  vertical-align: middle;
}

article {
  margin-bottom: 45px;
  font-size: var(--size-document);
}
section article:last-of-type {
  margin-bottom: 0;
}
section article h3 {
  margin-bottom: 10px !important;
}
section article ul {
  margin-bottom: 15px !important;
}
section article p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 320px) {
  header .info a {
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  header .info .text {
    display: table;
    margin: 0 auto;
    text-align: center;
  }
  header .info .text svg {
    display: none;
  }
}
