@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  src: local(''),
  url('../assets/fonts/archivo-narrow/archivo-narrow-regular.woff2') format('woff2'),
  url('../assets/fonts/archivo-narrow/archivo-narrow-regular.woff') format('woff');
}


html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Archivo Narrow';
  color: #fff;
}

.container {
  background-image: url('/assets/bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}

.gradient-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 36, 84, 0.2) 0%, rgba(0, 36, 84, 0.9) 100%);
}

.header {
  height: 39px;
  background-color: #002454;
  padding: 17px;
  padding-left: 24px;
}

.content-container {
  max-width: 300px;
  padding-top: 30px;
  padding-left: 24px;
}

h1 {
  font-size: 40px;
  letter-spacing: 0.33px;
  font-weight: normal;
  margin-block-end: 10px;
  margin-block-start: 10px;
  line-height: 48px;
}

.content {
  opacity: 0.8;
  font-size: 24px;
  letter-spacing: 0.2px;
  line-height: 36px;
}

@media (max-width: 767px) {
  .text-container {
    max-width: 45%;
  }

  h1 {
    font-size: 30px;
    letter-spacing: 0.4px;
    line-height: 36px;
  }

  .content-text {
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 30px;
  }
}
