.cover {
  width: 100%;
  height: 100vh;
  min-height: 765px;
  max-height: 820px;
  position: relative;
  background: transparent;
}
.cover .cover-image {
  position: absolute;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 245px;
  filter: brightness(95%);
}
.cover .content {
  padding-inline: 20px;
  padding-top: 145px;
  height: 100%;
  position: relative;
  background: unset;
}
.cover .content .text {
  text-align: center;
  position: relative;
  z-index: 100;
}
.cover .content .text .button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #19522f;
  background: #d9e45a;
  width: 260px;
  height: 47px;
  margin-top: 25px;
  border-radius: 25px;
  margin-inline: auto;
  transition: 0.2s;
  text-decoration: none;
  font-size: 16px;
}
.cover .content .text .button:hover {
  background: #19522f;
  color: #d9e45a;
}
.cover .content .text .cover-h1 {
  color: #19522f;
  font-size: 44px;
  margin-bottom: 16px;
  margin-top: 20px;
}
.cover .content .text .cover-p {
  font-size: 18px;
  margin-bottom: 0;
  color: #19522f;
  opacity: 1;
}

@media only screen and (min-device-width: 1140px) {
  .cover {
    width: 100%;
    height: 100vh;
    min-height: 735px;
    max-height: none;
    position: relative;
    background: transparent;
    margin-bottom: 830px;
  }
  .cover .cover-image {
    position: relative;
    left: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 795px;
    filter: brightness(98%);
  }
  .cover .content {
    padding-inline: 20px;
    padding-top: 155px;
    height: 100%;
    position: relative;
    background: unset;
    max-width: 1300px;
    margin-inline: auto;
  }
  .cover .content .text {
    text-align: center;
    position: relative;
    z-index: 100;
  }
  .cover .content .text .button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #19522f;
    background: #d9e45a;
    width: 320px;
    height: 52px;
    margin-top: 55px;
    border-radius: 25px;
    margin-inline: auto;
    transition: 0.2s;
    text-decoration: none;
    font-size: 16px;
  }
  .cover .content .text .button:hover {
    background: #19522f;
    color: #d9e45a;
  }
  .cover .content .text .cover-h1 {
    color: #19522f;
    font-size: 88px;
    margin-bottom: 24px;
    margin-top: 20px;
  }
  .cover .content .text .cover-p {
    font-size: 22px;
    margin-bottom: 0;
    color: #19522f;
    opacity: 1;
    max-width: 680px;
    margin-inline: auto;
  }
}/*# sourceMappingURL=page.css.map */