body .intro__container  {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

body .intro__title + p {
  display: block; 
  font-size: 23px; 
  font-weight: bolder; 
  text-transform: uppercase;
/*  flex: 0 0 100%;*/
  color: #fff;
}
 .header__nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}
.accordion__content {
  font-size: 14px;
}

.accordion__content table {
  border-collapse: collapse;
  margin: 8px 0;
}
.accordion__content table td {
  border: 1px solid #bbb;
  padding: 9px;
  box-sizing: border-box;
}
.header__logo {
    filter: invert(99%) sepia(7%) saturate(350%) hue-rotate(178deg) brightness(120%) contrast(100%);    
  min-width: 240px;
}