.jumbotron-simple {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  font-family: "GalanoGrotesque-Regular";
  justify-content: center;
  padding: 110px 0;
  width: 100%;
}
.jumbotron-simple h1 {
  color: #fff;
  font-family: "GalanoGrotesque-Bold";
  font-size: 4.5vw;
  line-height: 4.5vw;
  margin-bottom: 0 !important;
}
.jumbotron-simple .green-text {
  color: #396939;
  display: block;
  margin-top: 4vw;
}
.jumbotron-simple .finnish-white-text {
  color: #fff;
  display: block;
  font-size: 3.8vw;
}
.jumbotron-simple .finnish-green-text {
  color: #396939;
  display: block;
  font-size: 2.5vw;
  margin-top: 6vw !important;
}
.jumbotron-simple .content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 7px solid #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  max-height: 557px;
  width: 70vw;
}
.jumbotron-simple .content .jumbotron-text {
  padding: 4vw 0;
  text-align: center;
  flex: 0 0 42%;
  max-width: 42%;
}
.jumbotron-simple .content .jumbotron-small-text {
  align-self: flex-end;
  color: #396939;
  font-size: 0.8rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .jumbotron-simple {
    border-bottom: 5px solid rgba(255, 255, 255, 0.25);
    padding: 0;
  }
  .jumbotron-simple h1 {
    color: #fff;
    font-size: 6vw;
    line-height: 5vw;
    margin-bottom: 0;
  }
  .jumbotron-simple .green-text {
    margin-top: 9vw;
  }
  .jumbotron-simple .finnish-white-text {
    font-size: 5.2vw;
    margin-top: 4vw !important;
  }
  .jumbotron-simple .finnish-green-text {
    font-size: 4.2vw;
    margin-top: 4.5vw !important;
  }
  .jumbotron-simple .content {
    background-size: 100%;
    border: 0;
    max-height: 430px;
    width: 100vw;
  }
  .jumbotron-simple .content .jumbotron-text {
    padding: 6vw 0;
    text-align: center;
  }
  .jumbotron-simple .content .jumbotron-small-text {
    font-size: 0.6rem;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .jumbotron-simple {
    border-bottom: 1px solid #fff;
  }
  .jumbotron-simple h1 {
    font-size: 9vw;
    line-height: 9vw;
    margin-bottom: 0;
  }
  .jumbotron-simple .green-text {
    margin-top: 5vw;
  }
  .jumbotron-simple .finnish-white-text {
    font-size: 7vw;
    line-height: 8vw;
    margin-bottom: 0;
  }
  .jumbotron-simple .finnish-green-text {
    font-size: 5vw;
    margin-top: 4.5vw;
  }
  .jumbotron-simple .content {
    background-size: 100%;
    border: 0;
    max-height: 661px;
    width: 100vw;
  }
  .jumbotron-simple .content .jumbotron-text {
    max-width: 100%;
    padding: 10vw 10px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .jumbotron-simple h1 {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 0;
  }
  .jumbotron-simple .green-text {
    margin-top: 19vw;
  }
}