@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 400;
  src: local('Helvetica Neue'), url('./assets/fonts/HelveticaNeueInterface_Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 500;
  src: local('Helvetica Neue'), url('./assets/fonts/HelveticaNeueInterface_Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 700;
  src: local('Helvetica Neue'), url('./assets/fonts/HelveticaNeueInterface_Strong.ttf') format('truetype');
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", sans-serif;
  color: #00205c;
}

.header {
  margin: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e86322;
}

.header .header-items {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.title-container {
  /* height: calc(40vh - 100px); */
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-container img {
  max-width: 400px;
}

.descr-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}

.descr-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.item1 {
  margin-bottom: 4em;
  color: #e86322;
  border-bottom: 2px solid #e86322;
  font-size: 110%;
  font-weight: 700;
  padding-bottom: 0.4em;
}

.item2 {
  margin-bottom: 4em;
}

.item3 {
  margin-bottom: 2em;
}

.link a {
  font-size: 80%;
  color: black;
  text-decoration: none;
}
