.content {
  padding-top: 20vh;
  max-width: 700px;
  margin: auto;
}

.text {
  /* min-height: 65vh; */
  margin-bottom: 50px;
}

a {
  color: rgb(121, 19, 24);
}

footer {
  margin-top: 50px;
}

.investment {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}

.investment__logo img {
  width: 200px;
  padding-right: 20px;
}

.investment__description {
  padding-left: 20px;
}

.checkyeti img,
.archilyse img,
.blok img {
  height: auto;
  width: 150px;
  padding-right: 45px;
  padding-left: 25px;
}
