:root {
  --_tekstit---pääsininen: #070b62;
  --_tekstit---otsikko: "Libre Baskerville", sans-serif;
  --_tekstit---leipä: Almarai, sans-serif;
  --_tekstit---päävalkoinen: #f2f2f2;
  --_tekstit---harmaa: #dbe2e9;
  --_tekstit---musta: black;
}

.container {
  margin-top: 113px;
  margin-bottom: 113px;
  display: block;
}

.image {
  margin-left: 61px;
  margin-right: 0;
}

.div-block {
  margin: 190px;
  display: block;
}

.hero-logo {
  width: 200px;
  min-width: 150px;
  height: 200px;
  min-height: 150px;
  margin: 1px auto;
  display: block;
}

.otsikko-1 {
  color: #070b62;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  font-family: Libre Baskerville, sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: flex;
}

.leip-teksti {
  color: #070b62;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  padding-top: 23px;
  padding-bottom: 23px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.leip-teksti-2 {
  color: #070b62;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  padding-top: 23px;
  padding-bottom: 23px;
  font-family: Baskervville;
  font-size: 15px;
  line-height: 15px;
  display: flex;
}

.flex-block {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.yhteystietolinkki {
  color: var(--_tekstit---pääsininen);
  padding-left: 25px;
  padding-right: 25px;
  font-family: Almarai, sans-serif;
}

.div-block-2 {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 479px) {
  .div-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-logo {
    text-align: center;
    align-self: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    overflow: visible;
  }
}


