.cover {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  background: transparent;
}
.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 .cover-image {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 275px;
  filter: brightness(95%);
  border-radius: 12px;
  margin-top: 45px;
}
.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;
}

.about-us {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 60px;
}
.about-us .content {
  position: relative;
  width: 100%;
  height: auto;
  padding-inline: 20px;
}
.about-us .content .text {
  text-align: center;
  margin-bottom: 28px;
}
.about-us .content .text h2 {
  color: #19522f;
  font-size: 38px;
  font-family: "Sedan", serif;
}
.about-us .content .cards {
  display: flex;
  gap: 25px;
  flex-direction: column;
}
.about-us .content .cards .card {
  padding: 33px 28px;
  background: #19522f;
  border-radius: 28px;
}
.about-us .content .cards .card.second {
  background: #d9e45a;
}
.about-us .content .cards .card.second h2, .about-us .content .cards .card.second h3, .about-us .content .cards .card.second p {
  color: #19522f;
}
.about-us .content .cards .card h2 {
  color: white;
  font-size: 36px;
  font-family: "Sedan", serif;
}
.about-us .content .cards .card h3 {
  color: white;
  padding-top: 23px;
  font-size: 24px;
  font-family: "Sedan", serif;
}
.about-us .content .cards .card p {
  font-size: 16px;
  color: white;
  padding-top: 23px;
  opacity: 0.8;
}

.images {
  padding-top: 60px;
  padding-bottom: 10px;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.images img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  height: auto;
  width: 100%;
}

@media only screen and (min-device-width: 1140px) {
  .cover {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    background: transparent;
  }
  .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 .cover-image {
    position: relative;
    left: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 495px;
    filter: brightness(98%);
  }
  .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;
  }
  .about-us {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 180px;
    padding-bottom: 60px;
  }
  .about-us .content {
    position: relative;
    width: 100%;
    height: auto;
    padding-inline: 20px;
    max-width: 1300px;
    margin-inline: auto;
  }
  .about-us .content .text {
    text-align: center;
    margin-bottom: 45px;
  }
  .about-us .content .text h2 {
    color: #19522f;
    font-size: 72px;
    font-family: "Sedan", serif;
  }
  .about-us .content .cards {
    display: flex;
    gap: 30px;
    flex-direction: row;
  }
  .about-us .content .cards .card {
    padding: 60px 55px;
    background: #19522f;
    border-radius: 28px;
  }
  .about-us .content .cards .card.second {
    background: #d9e45a;
  }
  .about-us .content .cards .card.second h2, .about-us .content .cards .card.second h3, .about-us .content .cards .card.second p {
    color: #19522f;
  }
  .about-us .content .cards .card h2 {
    color: white;
    font-size: 67px;
    font-family: "Sedan", serif;
  }
  .about-us .content .cards .card h3 {
    color: white;
    padding-top: 48px;
    font-size: 24px;
    font-family: "Sedan", serif;
  }
  .about-us .content .cards .card p {
    font-size: 20px;
    color: white;
    padding-top: 23px;
    opacity: 0.8;
  }
  .images {
    padding-top: 110px;
    padding-bottom: 40px;
    padding-inline: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .images img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
    height: auto;
    width: 100%;
  }
}/*# sourceMappingURL=about.css.map */