:root {
  --blue-bontiamo: #1e2b50;
  --h1: 38px;
  --logow: 300px;
}

body {
  color: var(--blue-bontiamo);
  background-image: url('../images/bg.png');
  background-position: 50%;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: .8rem;
  font-family: Fira Sans, sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Fira Sans, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1em;
}

a {
  color: var(--blue-bontiamo);
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding: 3rem 1rem;
  display: flex;
}

.text-center {
  text-align: center;
}

.links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.div-block {
  grid-column-gap: 7vh;
  grid-row-gap: 7vh;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-height: 600px;
  display: flex;
}

.body {
  line-height: 1.2px;
}

.heading {
  line-height: 1em;
}

.body-2 {
  font-family: Roboto, sans-serif;
}

.text-block {
  line-height: 1.2em;
}

.heading-2 {
  margin-bottom: 0;
}

.heading-3 {
  font-size: 36px;
}

.heading-4 {
  font-size: 30px;
}

.heading-5 {
  font-size: 1.875rem;
}

.heading-6 {
  font-size: 38px;
}

.image {
  width: 100%;
  max-width: 260px;
  height: auto;
}

.heading-7 {
  font-size: 1.875rem;
}

.body-3 {
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: auto;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.875rem;
  }

  h2, h3 {
    font-size: 1.5rem;
  }

  .heading-8 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 195px;
  }
}


